Html Css Color HEX #35208E Persian Indigo

📋 copy color: '#35208E'

red 53 ◦ green 32 ◦ blue 142

#35208E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #35208E

Tints of Persian Indigo #35208E

RGB

 RED value IS 53 (21.09% from 255) = 23.35%

 GREEN value IS 32 (12.89% from 255) = 14.1%

 BLUE value IS 142 (55.86% from 255) = 62.56%

R = 23.35%
G = 14.1%
B = 62.56%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#35208E (or 0x35208E) is known color: Persian Indigo. HEX triplet: 35, 20 and 8E. RGB value is (53,32,142). Sum of RGB (Red+Green+Blue) = 53+32+142=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 142 (55.86% from 255 or 62.56% from 227); Max value from RGB is 142 - color contains mainly: blue. Hex color #35208E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35208E is #CADF71. Grayscale: #323232. Windows color (decimal): -13295474 or 9314357. OLE color: 9314357.

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

Color convert

RGB 53 32 142 -
CMYK 0.63 0.77 0 0.44
HSL 251.45º 0.63% 0.34% -
HSV(B) 251.45º 0.77% 0.56% -
XYZ 6.87 3.74 25.95 -
YUV 50.82 179.46 129.56 -
System Red Green Blue C M Y K H S L
Decimal 53 32 142 0.63 0.77 0 0.44 251.45 0.63 0.34
Hex 35 20 8E 3F 4D 0 2C FB 3F 22
Octal 65 40 216 77 115 0 54 373 77 42
Binary 110101 100000 10001110 111111 1001101 0 101100 11111011 111111 100010

Color Harmonies of #35208E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35208E

Black with #35208E

Text Example


Text Example

White with #35208E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #35208E;
 }
 .AnyTagClassName
 {
   color: #35208E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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