#33157E

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

Shades of Persian Indigo #33157E

Tints of Persian Indigo #33157E

Color information

#33157E (or 0x33157E) is unknown color: approx Persian Indigo. HEX triplet: 33, 15 and 7E. RGB value is (51,21,126). Sum of RGB (Red+Green+Blue) = 51+21+126=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 126 (49.61% from 255 or 63.64% from 198); Max value from RGB is 126 - color contains mainly: blue. Hex color #33157E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33157E is #CCEA81. Grayscale: #292929. Windows color (decimal): -13429378 or 8262963. OLE color: 8262963.

HSL color Cylindrical-coordinate representation of color #33157E: hue angle of 257.14º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #33157E is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5121126-
CMYK0.600.8300.51
HSL257.14º71.43%28.82%-
HSV(B)257.14º83.33%49.41%-
XYZ5.42.7519.98-
YUV41.94175.44134.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.76%
GREEN value IS 21 (8.59% from 255) = 10.61%
BLUE value IS 126 (49.61% from 255) = 63.64%
R=25.76%
G=10.61%
B=63.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51211260.600.8300.51257.1471.4328.82
Hex33157E3C53033101471d
Octal63251767412306340110735
Binary11001110101111111011110010100110110011100000001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33157E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33157E; }

 p { color: rgb(51,21,126); }

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

<style>
 a { background-color: #33157E; }

 a { background-color: rgb(51,21,126); }

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

<style>
 span { border-color: #33157E; }

 span { border-color: rgb(51,21,126); }

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