#33167D

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

Shades of Persian Indigo #33167D

Tints of Persian Indigo #33167D

Color information

#33167D (or 0x33167D) is unknown color: approx Persian Indigo. HEX triplet: 33, 16 and 7D. RGB value is (51,22,125). Sum of RGB (Red+Green+Blue) = 51+22+125=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 125 (49.22% from 255 or 63.13% from 198); Max value from RGB is 125 - color contains mainly: blue. Hex color #33167D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33167D is #CCE982. Grayscale: #2A2A2A. Windows color (decimal): -13429123 or 8197683. OLE color: 8197683.

HSL color Cylindrical-coordinate representation of color #33167D: hue angle of 256.89º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #33167D is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5122125-
CMYK0.590.8200.51
HSL256.89º70.07%28.82%-
HSV(B)256.89º82.4%49.02%-
XYZ5.352.7619.65-
YUV42.41174.61134.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.76%
GREEN value IS 22 (8.98% from 255) = 11.11%
BLUE value IS 125 (49.22% from 255) = 63.13%
R=25.76%
G=11.11%
B=63.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51221250.590.8200.51256.8970.0728.82
Hex33167D3B52033101461d
Octal63261757312206340110635
Binary11001110110111110111101110100100110011100000001100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33167D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33167D; }

 p { color: rgb(51,22,125); }

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

<style>
 a { background-color: #33167D; }

 a { background-color: rgb(51,22,125); }

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

<style>
 span { border-color: #33167D; }

 span { border-color: rgb(51,22,125); }

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