#33056A

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

Shades of Persian Indigo #33056A

Tints of Persian Indigo #33056A

Color information

#33056A (or 0x33056A) is unknown color: approx Persian Indigo. HEX triplet: 33, 05 and 6A. RGB value is (51,5,106). Sum of RGB (Red+Green+Blue) = 51+5+106=162 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.48% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 106 (41.80% from 255 or 65.43% from 162); Max value from RGB is 106 - color contains mainly: blue. Hex color #33056A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33056A is #CCFA95. Grayscale: #1D1D1D. Windows color (decimal): -13433494 or 6948147. OLE color: 6948147.

HSL color Cylindrical-coordinate representation of color #33056A: hue angle of 267.33º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #33056A is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB515106-
CMYK0.520.9500.58
HSL267.33º90.99%21.76%-
HSV(B)267.33º95.28%41.57%-
XYZ4.021.8513.78-
YUV30.27170.74142.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.48%
GREEN value IS 5 (2.34% from 255) = 3.09%
BLUE value IS 106 (41.80% from 255) = 65.43%
R=31.48%
G=3.09%
B=65.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5151060.520.9500.58267.3390.9921.76
Hex3356A345F03A10b5b16
Octal6351526413707241313326
Binary110011101110101011010010111110111010100001011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33056A; }

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

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

<style>
 a { background-color: #33056A; }

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

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

<style>
 span { border-color: #33056A; }

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

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