#33058B

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

Shades of Persian Indigo #33058B

Tints of Persian Indigo #33058B

Color information

#33058B (or 0x33058B) is unknown color: approx Persian Indigo. HEX triplet: 33, 05 and 8B. RGB value is (51,5,139). Sum of RGB (Red+Green+Blue) = 51+5+139=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 139 (54.69% from 255 or 71.28% from 195); Max value from RGB is 139 - color contains mainly: blue. Hex color #33058B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #33058B is #CCFA74. Grayscale: #212121. Windows color (decimal): -13433461 or 9110835. OLE color: 9110835.

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

Color convert

RGB515139-
CMYK0.630.9600.45
HSL260.6º93.06%28.24%-
HSV(B)260.6º96.4%54.51%-
XYZ6.082.6824.62-
YUV34.03187.24140.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.15%
GREEN value IS 5 (2.34% from 255) = 2.56%
BLUE value IS 139 (54.69% from 255) = 71.28%
R=26.15%
G=2.56%
B=71.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5151390.630.9600.45260.693.0628.24
Hex3358B3F6002D1055d1c
Octal6352137714005540513534
Binary1100111011000101111111111000000101101100000101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33058B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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