#35026A

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

Shades of Persian Indigo #35026A

Tints of Persian Indigo #35026A

Color information

#35026A (or 0x35026A) is unknown color: approx Persian Indigo. HEX triplet: 35, 02 and 6A. RGB value is (53,2,106). Sum of RGB (Red+Green+Blue) = 53+2+106=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 106 (41.80% from 255 or 65.84% from 161); Max value from RGB is 106 - color contains mainly: blue. Hex color #35026A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35026A is #CAFD95. Grayscale: #1C1C1C. Windows color (decimal): -13303190 or 6947381. OLE color: 6947381.

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

Color convert

RGB532106-
CMYK0.50.9800.58
HSL269.42º96.3%21.18%-
HSV(B)269.42º98.11%41.57%-
XYZ4.091.8413.78-
YUV29.1171.4145.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.92%
GREEN value IS 2 (1.17% from 255) = 1.24%
BLUE value IS 106 (41.80% from 255) = 65.84%
R=32.92%
G=1.24%
B=65.84%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5321060.50.9800.58269.4296.321.18
Hex3526A326203A10d6015
Octal6521526214207241514025
Binary11010110110101011001011000100111010100001101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35026A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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