#33187B

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

Shades of Persian Indigo #33187B

Tints of Persian Indigo #33187B

Color information

#33187B (or 0x33187B) is unknown color: approx Persian Indigo. HEX triplet: 33, 18 and 7B. RGB value is (51,24,123). Sum of RGB (Red+Green+Blue) = 51+24+123=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 123 (48.44% from 255 or 62.12% from 198); Max value from RGB is 123 - color contains mainly: blue. Hex color #33187B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33187B is #CCE784. Grayscale: #2A2A2A. Windows color (decimal): -13428613 or 8067123. OLE color: 8067123.

HSL color Cylindrical-coordinate representation of color #33187B: hue angle of 256.36º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33187B is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5124123-
CMYK0.590.8000.52
HSL256.36º67.35%28.82%-
HSV(B)256.36º80.49%48.24%-
XYZ5.272.7919-
YUV43.36172.95133.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.76%
GREEN value IS 24 (9.77% from 255) = 12.12%
BLUE value IS 123 (48.44% from 255) = 62.12%
R=25.76%
G=12.12%
B=62.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51241230.590.8000.52256.3667.3528.82
Hex33187B3B50034100431d
Octal63301737312006440010335
Binary11001111000111101111101110100000110100100000000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33187B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33187B; }

 p { color: rgb(51,24,123); }

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

<style>
 a { background-color: #33187B; }

 a { background-color: rgb(51,24,123); }

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

<style>
 span { border-color: #33187B; }

 span { border-color: rgb(51,24,123); }

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