#33076B

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

Shades of Persian Indigo #33076B

Tints of Persian Indigo #33076B

Color information

#33076B (or 0x33076B) is unknown color: approx Persian Indigo. HEX triplet: 33, 07 and 6B. RGB value is (51,7,107). Sum of RGB (Red+Green+Blue) = 51+7+107=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 7 (3.12% from 255 or 4.24% from 165); Blue value is 107 (42.19% from 255 or 64.85% from 165); Max value from RGB is 107 - color contains mainly: blue. Hex color #33076B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33076B is #CCF894. Grayscale: #1F1F1F. Windows color (decimal): -13432981 or 7014195. OLE color: 7014195.

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

Color convert

RGB517107-
CMYK0.520.9300.58
HSL266.4º87.72%22.35%-
HSV(B)266.4º93.46%41.96%-
XYZ4.11.9214.06-
YUV31.56170.58141.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.91%
GREEN value IS 7 (3.12% from 255) = 4.24%
BLUE value IS 107 (42.19% from 255) = 64.85%
R=30.91%
G=4.24%
B=64.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5171070.520.9300.58266.487.7222.35
Hex3376B345D03A10a5816
Octal6371536413507241213026
Binary110011111110101111010010111010111010100001010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33076B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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