#33037F

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

Shades of Persian Indigo #33037F

Tints of Persian Indigo #33037F

Color information

#33037F (or 0x33037F) is unknown color: approx Persian Indigo. HEX triplet: 33, 03 and 7F. RGB value is (51,3,127). Sum of RGB (Red+Green+Blue) = 51+3+127=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 127 (50% from 255 or 70.17% from 181); Max value from RGB is 127 - color contains mainly: blue. Hex color #33037F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33037F is #CCFC80. Grayscale: #1F1F1F. Windows color (decimal): -13433985 or 8323891. OLE color: 8323891.

HSL color Cylindrical-coordinate representation of color #33037F: hue angle of 263.23º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #33037F is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB513127-
CMYK0.600.9800.50
HSL263.23º95.38%25.49%-
HSV(B)263.23º97.64%49.8%-
XYZ5.232.320.25-
YUV31.49181.9141.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.18%
GREEN value IS 3 (1.56% from 255) = 1.66%
BLUE value IS 127 (50% from 255) = 70.17%
R=28.18%
G=1.66%
B=70.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5131270.600.9800.50263.2395.3825.49
Hex3337F3C620321075f19
Octal6331777414206240713731
Binary11001111111111111110011000100110010100000111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33037F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,3,127); }

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

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

 a { background-color: rgb(51,3,127); }

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

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

 span { border-color: rgb(51,3,127); }

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