#33127f

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

Shades of Persian Indigo #33127F

Tints of Persian Indigo #33127F

Color information

#33127F (or 0x33127F) is unknown color: approx Persian Indigo. HEX triplet: 33, 12 and 7F. RGB value is (51,18,127). Sum of RGB (Red+Green+Blue) = 51+18+127=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 127 (50% from 255 or 64.80% from 196); Max value from RGB is 127 - color contains mainly: blue. Hex color #33127F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33127F is #CCED80. Grayscale: #272727. Windows color (decimal): -13430145 or 8327731. OLE color: 8327731.

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

Color convert

RGB5118127-
CMYK0.600.8600.50
HSL258.17º75.17%28.43%-
HSV(B)258.17º85.83%49.8%-
XYZ5.412.6720.31-
YUV40.29176.93135.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.02%
GREEN value IS 18 (7.42% from 255) = 9.18%
BLUE value IS 127 (50% from 255) = 64.80%
R=26.02%
G=9.18%
B=64.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51181270.600.8600.50258.1775.1728.43
Hex33127F3C560321024b1c
Octal63221777412606240211334
Binary11001110010111111111110010101100110010100000010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33127f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33127f; }

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

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

<style>
 a { background-color: #33127f; }

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

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

<style>
 span { border-color: #33127f; }

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

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