#35109E

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

Shades of Persian Indigo #35109E

Tints of Persian Indigo #35109E

Color information

#35109E (or 0x35109E) is unknown color: approx Persian Indigo. HEX triplet: 35, 10 and 9E. RGB value is (53,16,158). Sum of RGB (Red+Green+Blue) = 53+16+158=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 158 (62.11% from 255 or 69.60% from 227); Max value from RGB is 158 - color contains mainly: blue. Hex color #35109E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35109E is #CAEF61. Grayscale: #2A2A2A. Windows color (decimal): -13299554 or 10358837. OLE color: 10358837.

HSL color Cylindrical-coordinate representation of color #35109E: hue angle of 255.63º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #35109E is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5316158-
CMYK0.660.9000.38
HSL255.63º81.61%34.12%-
HSV(B)255.63º89.87%61.96%-
XYZ7.833.632.63-
YUV43.25192.76134.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.35%
GREEN value IS 16 (6.64% from 255) = 7.05%
BLUE value IS 158 (62.11% from 255) = 69.60%
R=23.35%
G=7.05%
B=69.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53161580.660.9000.38255.6381.6134.12
Hex35109E425A0261005222
Octal652023610213204640012242
Binary11010110000100111101000010101101001001101000000001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35109E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35109E; }

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

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

<style>
 a { background-color: #35109E; }

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

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

<style>
 span { border-color: #35109E; }

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

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