#33056B

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

Shades of Persian Indigo #33056B

Tints of Persian Indigo #33056B

Color information

#33056B (or 0x33056B) is unknown color: approx Persian Indigo. HEX triplet: 33, 05 and 6B. RGB value is (51,5,107). Sum of RGB (Red+Green+Blue) = 51+5+107=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 107 (42.19% from 255 or 65.64% from 163); Max value from RGB is 107 - color contains mainly: blue. Hex color #33056B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33056B is #CCFA94. Grayscale: #1E1E1E. Windows color (decimal): -13433493 or 7013683. OLE color: 7013683.

HSL color Cylindrical-coordinate representation of color #33056B: hue angle of 267.06º 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 #33056B is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB515107-
CMYK0.520.9500.58
HSL267.06º91.07%21.96%-
HSV(B)267.06º95.33%41.96%-
XYZ4.071.8714.06-
YUV30.38171.24142.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.29%
GREEN value IS 5 (2.34% from 255) = 3.07%
BLUE value IS 107 (42.19% from 255) = 65.64%
R=31.29%
G=3.07%
B=65.64%

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
Decimal5151070.520.9500.58267.0691.0721.96
Hex3356B345F03A10b5b16
Octal6351536413707241313326
Binary110011101110101111010010111110111010100001011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33056B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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