#3A2BB6

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

Shades of Persian Blue #3A2BB6

Tints of Persian Blue #3A2BB6

Color information

#3A2BB6 (or 0x3A2BB6) is unknown color: approx Persian Blue. HEX triplet: 3A, 2B and B6. RGB value is (58,43,182). Sum of RGB (Red+Green+Blue) = 58+43+182=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 182 (71.48% from 255 or 64.31% from 283); Max value from RGB is 182 - color contains mainly: blue. Hex color #3A2BB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2BB6 is #C5D449. Grayscale: #3E3E3E. Windows color (decimal): -12964938 or 11938618. OLE color: 11938618.

HSL color Cylindrical-coordinate representation of color #3A2BB6: hue angle of 246.47º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A2BB6 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5843182-
CMYK0.680.7600.29
HSL246.47º61.78%44.12%-
HSV(B)246.47º76.37%71.37%-
XYZ11.05644.83-
YUV63.33194.97124.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.49%
GREEN value IS 43 (17.19% from 255) = 15.19%
BLUE value IS 182 (71.48% from 255) = 64.31%
R=20.49%
G=15.19%
B=64.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal58431820.680.7600.29246.4761.7844.12
Hex3A2BB6444C01Df63e2c
Octal72532661041140353667654
Binary111010101011101101101000100100110001110111110110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,43,182); }

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

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

 a { background-color: rgb(58,43,182); }

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

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

 span { border-color: rgb(58,43,182); }

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