Html Css Color HEX #352587 Persian Indigo

📋 copy color: '#352587'

red 53 ◦ green 37 ◦ blue 135

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

Shades of Persian Indigo #352587

Tints of Persian Indigo #352587

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.44%

 BLUE value IS 135 (53.13% from 255) = 60%

R = 23.56%
G = 16.44%
B = 60%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#352587 (or 0x352587) is known color: Persian Indigo. HEX triplet: 35, 25 and 87. RGB value is (53,37,135). Sum of RGB (Red+Green+Blue) = 53+37+135=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 135 (53.12% from 255 or 60% from 225); Max value from RGB is 135 - color contains mainly: blue. Hex color #352587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352587 is #CADA78. Grayscale: #343434. Windows color (decimal): -13294201 or 8856885. OLE color: 8856885.

HSL color Cylindrical-coordinate representation of color #352587: hue angle of 249.8º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #352587 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 37 135 -
CMYK 0.61 0.73 0 0.47
HSL 249.8º 0.57% 0.34% -
HSV(B) 249.8º 0.73% 0.53% -
XYZ 6.5 3.83 23.32 -
YUV 52.96 174.3 128.03 -
System Red Green Blue C M Y K H S L
Decimal 53 37 135 0.61 0.73 0 0.47 249.8 0.57 0.34
Hex 35 25 87 3D 49 0 2F FA 39 22
Octal 65 45 207 75 111 0 57 372 71 42
Binary 110101 100101 10000111 111101 1001001 0 101111 11111010 111001 100010

Color Harmonies of #352587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352587

Black with #352587

Text Example


Text Example

White with #352587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352587; }

 p { color: rgb(53,37,135); }

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

background-color css

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

 a { background-color: rgb(53,37,135); }

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

border-color css

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

 span { border-color: rgb(53,37,135); }

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