#35046E

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

Shades of Persian Indigo #35046E

Tints of Persian Indigo #35046E

Color information

#35046E (or 0x35046E) is unknown color: approx Persian Indigo. HEX triplet: 35, 04 and 6E. RGB value is (53,4,110). Sum of RGB (Red+Green+Blue) = 53+4+110=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 110 (43.36% from 255 or 65.87% from 167); Max value from RGB is 110 - color contains mainly: blue. Hex color #35046E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35046E is #CAFB91. Grayscale: #1E1E1E. Windows color (decimal): -13302674 or 7210037. OLE color: 7210037.

HSL color Cylindrical-coordinate representation of color #35046E: hue angle of 267.74º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #35046E is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB534110-
CMYK0.520.9600.57
HSL267.74º92.98%22.35%-
HSV(B)267.74º96.36%43.14%-
XYZ4.331.9714.9-
YUV30.74172.73143.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 4 (1.95% from 255) = 2.40%
BLUE value IS 110 (43.36% from 255) = 65.87%
R=31.74%
G=2.40%
B=65.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5341100.520.9600.57267.7492.9822.35
Hex3546E346003910c5d16
Octal6541566414007141413526
Binary110101100110111011010011000000111001100001100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35046E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,4,110); }

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

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

 a { background-color: rgb(53,4,110); }

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

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

 span { border-color: rgb(53,4,110); }

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