#35127C

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

Shades of Persian Indigo #35127C

Tints of Persian Indigo #35127C

Color information

#35127C (or 0x35127C) is unknown color: approx Persian Indigo. HEX triplet: 35, 12 and 7C. RGB value is (53,18,124). Sum of RGB (Red+Green+Blue) = 53+18+124=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 124 (48.83% from 255 or 63.59% from 195); Max value from RGB is 124 - color contains mainly: blue. Hex color #35127C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35127C is #CAED83. Grayscale: #282828. Windows color (decimal): -13299076 or 8131125. OLE color: 8131125.

HSL color Cylindrical-coordinate representation of color #35127C: hue angle of 259.81º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #35127C is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5318124-
CMYK0.570.8500.51
HSL259.81º74.65%27.84%-
HSV(B)259.81º85.48%48.63%-
XYZ5.322.6419.3-
YUV40.55175.1136.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 18 (7.42% from 255) = 9.23%
BLUE value IS 124 (48.83% from 255) = 63.59%
R=27.18%
G=9.23%
B=63.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53181240.570.8500.51259.8174.6527.84
Hex35127C39550331044b1c
Octal65221747112506340411334
Binary11010110010111110011100110101010110011100000100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35127C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35127C; }

 p { color: rgb(53,18,124); }

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

<style>
 a { background-color: #35127C; }

 a { background-color: rgb(53,18,124); }

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

<style>
 span { border-color: #35127C; }

 span { border-color: rgb(53,18,124); }

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