#33177B

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

Shades of Persian Indigo #33177B

Tints of Persian Indigo #33177B

Color information

#33177B (or 0x33177B) is unknown color: approx Persian Indigo. HEX triplet: 33, 17 and 7B. RGB value is (51,23,123). Sum of RGB (Red+Green+Blue) = 51+23+123=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 123 (48.44% from 255 or 62.44% from 197); Max value from RGB is 123 - color contains mainly: blue. Hex color #33177B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33177B is #CCE884. Grayscale: #2A2A2A. Windows color (decimal): -13428869 or 8066867. OLE color: 8066867.

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

Color convert

RGB5123123-
CMYK0.590.8100.52
HSL256.8º68.49%28.63%-
HSV(B)256.8º81.3%48.24%-
XYZ5.252.7518.99-
YUV42.77173.28133.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.89%
GREEN value IS 23 (9.38% from 255) = 11.68%
BLUE value IS 123 (48.44% from 255) = 62.44%
R=25.89%
G=11.68%
B=62.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51231230.590.8100.52256.868.4928.63
Hex33177B3B51034101441d
Octal63271737312106440110435
Binary11001110111111101111101110100010110100100000001100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33177B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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