#33056F

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

Shades of Persian Indigo #33056F

Tints of Persian Indigo #33056F

Color information

#33056F (or 0x33056F) is unknown color: approx Persian Indigo. HEX triplet: 33, 05 and 6F. RGB value is (51,5,111). Sum of RGB (Red+Green+Blue) = 51+5+111=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 111 (43.75% from 255 or 66.47% from 167); Max value from RGB is 111 - color contains mainly: blue. Hex color #33056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33056F is #CCFA90. Grayscale: #1E1E1E. Windows color (decimal): -13433489 or 7275827. OLE color: 7275827.

HSL color Cylindrical-coordinate representation of color #33056F: hue angle of 266.04º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #33056F is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB515111-
CMYK0.540.9500.56
HSL266.04º91.38%22.75%-
HSV(B)266.04º95.5%43.53%-
XYZ4.291.9615.19-
YUV30.84173.24142.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.54%
GREEN value IS 5 (2.34% from 255) = 2.99%
BLUE value IS 111 (43.75% from 255) = 66.47%
R=30.54%
G=2.99%
B=66.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5151110.540.9500.56266.0491.3822.75
Hex3356F365F03810a5b17
Octal6351576613707041213327
Binary110011101110111111011010111110111000100001010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33056F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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