#35107C

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

Shades of Persian Indigo #35107C

Tints of Persian Indigo #35107C

Color information

#35107C (or 0x35107C) is unknown color: approx Persian Indigo. HEX triplet: 35, 10 and 7C. RGB value is (53,16,124). Sum of RGB (Red+Green+Blue) = 53+16+124=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 124 (48.83% from 255 or 64.25% from 193); Max value from RGB is 124 - color contains mainly: blue. Hex color #35107C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35107C is #CAEF83. Grayscale: #262626. Windows color (decimal): -13299588 or 8130613. OLE color: 8130613.

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

Color convert

RGB5316124-
CMYK0.570.8700.51
HSL260.56º77.14%27.45%-
HSV(B)260.56º87.1%48.63%-
XYZ5.292.5819.29-
YUV39.38175.76137.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.46%
GREEN value IS 16 (6.64% from 255) = 8.29%
BLUE value IS 124 (48.83% from 255) = 64.25%
R=27.46%
G=8.29%
B=64.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal53161240.570.8700.51260.5677.1427.45
Hex35107C39570331054d1b
Octal65201747112706340511533
Binary11010110000111110011100110101110110011100000101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35107C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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