#3A32B0

Color #3A32B0 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3A32B0

Tints of Persian Blue #3A32B0

Color information

#3A32B0 (or 0x3A32B0) is unknown color: approx Persian Blue. HEX triplet: 3A, 32 and B0. RGB value is (58,50,176). Sum of RGB (Red+Green+Blue) = 58+50+176=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 176 (69.14% from 255 or 61.97% from 284); Max value from RGB is 176 - color contains mainly: blue. Hex color #3A32B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A32B0 is #C5CD4F. Grayscale: #424242. Windows color (decimal): -12963152 or 11547194. OLE color: 11547194.

HSL color Cylindrical-coordinate representation of color #3A32B0: hue angle of 243.81º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A32B0 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5850176-
CMYK0.670.7200.31
HSL243.81º55.75%44.31%-
HSV(B)243.81º71.59%69.02%-
XYZ10.726.3241.73-
YUV66.76189.65121.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 20.42%
GREEN value IS 50 (19.92% from 255) = 17.61%
BLUE value IS 176 (69.14% from 255) = 61.97%
R=20.42%
G=17.61%
B=61.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58501760.670.7200.31243.8155.7544.31
Hex3A32B0434801Ff4382c
Octal72622601031100373647054
Binary111010110010101100001000011100100001111111110100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A32B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A32B0; }

 p { color: rgb(58,50,176); }

 H1.HeaderClassName
 {
   color: #3A32B0;
 }
 .AnyTagClassName
 {
   color: #3A32B0;
 }
</style>
background-color css

<style>
 a { background-color: #3A32B0; }

 a { background-color: rgb(58,50,176); }

 div.DivClassName
 {
   background-color: #3A32B0;
 }
 .BgClassName
 {
   background-color: #3A32B0;
 }
</style>
border-color css

<style>
 span { border-color: #3A32B0; }

 span { border-color: rgb(58,50,176); }

 td.TdClassName
 {
   border-color: #3A32B0;
 }
 .TagClassName
 {
   border-color: #3A32B0;
 }
</style>