Html Css Color HEX #352087 Persian Indigo

📋 copy color: '#352087'

red 53 ◦ green 32 ◦ blue 135

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

Shades of Persian Indigo #352087

Tints of Persian Indigo #352087

RGB

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

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

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

R = 24.09%
G = 14.55%
B = 61.36%

CMYK

 C value IS 0.61

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#352087 (or 0x352087) is known color: Persian Indigo. HEX triplet: 35, 20 and 87. RGB value is (53,32,135). Sum of RGB (Red+Green+Blue) = 53+32+135=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 135 (53.12% from 255 or 61.36% from 220); Max value from RGB is 135 - color contains mainly: blue. Hex color #352087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352087 is #CADF78. Grayscale: #313131. Windows color (decimal): -13295481 or 8855605. OLE color: 8855605.

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

Color convert

RGB 53 32 135 -
CMYK 0.61 0.76 0 0.47
HSL 252.23º 0.62% 0.33% -
HSV(B) 252.23º 0.76% 0.53% -
XYZ 6.36 3.54 23.27 -
YUV 50.02 175.96 130.12 -
System Red Green Blue C M Y K H S L
Decimal 53 32 135 0.61 0.76 0 0.47 252.23 0.62 0.33
Hex 35 20 87 3D 4C 0 2F FC 3E 21
Octal 65 40 207 75 114 0 57 374 76 41
Binary 110101 100000 10000111 111101 1001100 0 101111 11111100 111110 100001

Color Harmonies of #352087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352087

Black with #352087

Text Example


Text Example

White with #352087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352087; }

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

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

background-color css

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

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

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

border-color css

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

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

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