#33148b

Color #33148B Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #33148B

Tints of Persian Indigo #33148B

Color information

#33148B (or 0x33148B) is unknown color: approx Persian Indigo. HEX triplet: 33, 14 and 8B. RGB value is (51,20,139). Sum of RGB (Red+Green+Blue) = 51+20+139=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #33148B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33148B is #CCEB74. Grayscale: #2A2A2A. Windows color (decimal): -13429621 or 9114675. OLE color: 9114675.

HSL color Cylindrical-coordinate representation of color #33148B: hue angle of 255.63º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #33148B is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5120139-
CMYK0.630.8600.45
HSL255.63º74.84%31.18%-
HSV(B)255.63º85.61%54.51%-
XYZ6.283.0724.69-
YUV42.83182.27133.82-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.29%
GREEN value IS 20 (8.20% from 255) = 9.52%
BLUE value IS 139 (54.69% from 255) = 66.19%
R=24.29%
G=9.52%
B=66.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51201390.630.8600.45255.6374.8431.18
Hex33148B3F5602D1004b1f
Octal63242137712605540011337
Binary110011101001000101111111110101100101101100000000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33148b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33148b; }

 p { color: rgb(51,20,139); }

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

<style>
 a { background-color: #33148b; }

 a { background-color: rgb(51,20,139); }

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

<style>
 span { border-color: #33148b; }

 span { border-color: rgb(51,20,139); }

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