#35008E

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

Shades of Persian Indigo #35008E

Tints of Persian Indigo #35008E

Color information

#35008E (or 0x35008E) is unknown color: approx Persian Indigo. HEX triplet: 35, 00 and 8E. RGB value is (53,0,142). Sum of RGB (Red+Green+Blue) = 53+0+142=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 142 (55.86% from 255 or 72.82% from 195); Max value from RGB is 142 - color contains mainly: blue. Hex color #35008E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #35008E is #CAFF71. Grayscale: #1F1F1F. Windows color (decimal): -13303666 or 9306165. OLE color: 9306165.

HSL color Cylindrical-coordinate representation of color #35008E: hue angle of 262.39º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35008E is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB530142-
CMYK0.63100.44
HSL262.39º100%27.84%-
HSV(B)262.39º100%55.69%-
XYZ6.352.7125.78-
YUV32.03190.06142.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 142 (55.86% from 255) = 72.82%
R=27.18%
G=0%
B=72.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5301420.63100.44262.3910027.84
Hex3508E3F6402C106641c
Octal6502167714405440614434
Binary11010101000111011111111001000101100100000110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35008E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,0,142); }

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

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

 a { background-color: rgb(53,0,142); }

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

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

 span { border-color: rgb(53,0,142); }

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