#35026C

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

Shades of Persian Indigo #35026C

Tints of Persian Indigo #35026C

Color information

#35026C (or 0x35026C) is unknown color: approx Persian Indigo. HEX triplet: 35, 02 and 6C. RGB value is (53,2,108). Sum of RGB (Red+Green+Blue) = 53+2+108=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 108 (42.58% from 255 or 66.26% from 163); Max value from RGB is 108 - color contains mainly: blue. Hex color #35026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35026C is #CAFD93. Grayscale: #1C1C1C. Windows color (decimal): -13303188 or 7078453. OLE color: 7078453.

HSL color Cylindrical-coordinate representation of color #35026C: hue angle of 268.87º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #35026C is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB532108-
CMYK0.510.9800.58
HSL268.87º96.36%21.57%-
HSV(B)268.87º98.15%42.35%-
XYZ4.21.8814.33-
YUV29.33172.4144.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.52%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 108 (42.58% from 255) = 66.26%
R=32.52%
G=1.23%
B=66.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5321080.510.9800.58268.8796.3621.57
Hex3526C336203A10d6016
Octal6521546314207241514026
Binary11010110110110011001111000100111010100001101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,2,108); }

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

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

 a { background-color: rgb(53,2,108); }

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

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

 span { border-color: rgb(53,2,108); }

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