#33177D

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

Shades of Persian Indigo #33177D

Tints of Persian Indigo #33177D

Color information

#33177D (or 0x33177D) is unknown color: approx Persian Indigo. HEX triplet: 33, 17 and 7D. RGB value is (51,23,125). Sum of RGB (Red+Green+Blue) = 51+23+125=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 125 (49.22% from 255 or 62.81% from 199); Max value from RGB is 125 - color contains mainly: blue. Hex color #33177D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33177D is #CCE882. Grayscale: #2A2A2A. Windows color (decimal): -13428867 or 8197939. OLE color: 8197939.

HSL color Cylindrical-coordinate representation of color #33177D: hue angle of 256.47º degrees, saturation: 0.69, 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 #33177D is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5123125-
CMYK0.590.8200.51
HSL256.47º68.92%29.02%-
HSV(B)256.47º81.6%49.02%-
XYZ5.372.819.66-
YUV43174.28133.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.63%
GREEN value IS 23 (9.38% from 255) = 11.56%
BLUE value IS 125 (49.22% from 255) = 62.81%
R=25.63%
G=11.56%
B=62.81%

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
Decimal51231250.590.8200.51256.4768.9229.02
Hex33177D3B52033100451d
Octal63271757312206340010535
Binary11001110111111110111101110100100110011100000000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33177D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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