#33158B

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

Shades of Persian Indigo #33158B

Tints of Persian Indigo #33158B

Color information

#33158B (or 0x33158B) is unknown color: approx Persian Indigo. HEX triplet: 33, 15 and 8B. RGB value is (51,21,139). Sum of RGB (Red+Green+Blue) = 51+21+139=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #33158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33158B is #CCEA74. Grayscale: #2A2A2A. Windows color (decimal): -13429365 or 9114931. OLE color: 9114931.

HSL color Cylindrical-coordinate representation of color #33158B: hue angle of 255.25º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #33158B is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5121139-
CMYK0.630.8500.45
HSL255.25º73.75%31.37%-
HSV(B)255.25º84.89%54.51%-
XYZ6.293.124.69-
YUV43.42181.94133.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.17%
GREEN value IS 21 (8.59% from 255) = 9.95%
BLUE value IS 139 (54.69% from 255) = 65.88%
R=24.17%
G=9.95%
B=65.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51211390.630.8500.45255.2573.7531.37
Hex33158B3F5502Dff4a1f
Octal63252137712505537711237
Binary11001110101100010111111111010101010110111111111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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