Html Css Color HEX #351587 Persian Indigo

📋 copy color: '#351587'

red 53 ◦ green 21 ◦ blue 135

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

Shades of Persian Indigo #351587

Tints of Persian Indigo #351587

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.05%

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

R = 25.36%
G = 10.05%
B = 64.59%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#351587 (or 0x351587) is known color: Persian Indigo. HEX triplet: 35, 15 and 87. RGB value is (53,21,135). Sum of RGB (Red+Green+Blue) = 53+21+135=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 135 (53.12% from 255 or 64.59% from 209); Max value from RGB is 135 - color contains mainly: blue. Hex color #351587 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351587 is #CAEA78. Grayscale: #2B2B2B. Windows color (decimal): -13298297 or 8852789. OLE color: 8852789.

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

Color convert

RGB 53 21 135 -
CMYK 0.61 0.84 0 0.47
HSL 256.84º 0.73% 0.31% -
HSV(B) 256.84º 0.84% 0.53% -
XYZ 6.11 3.04 23.19 -
YUV 43.56 179.6 134.73 -
System Red Green Blue C M Y K H S L
Decimal 53 21 135 0.61 0.84 0 0.47 256.84 0.73 0.31
Hex 35 15 87 3D 54 0 2F 101 49 1F
Octal 65 25 207 75 124 0 57 401 111 37
Binary 110101 10101 10000111 111101 1010100 0 101111 100000001 1001001 11111

Color Harmonies of #351587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351587

Black with #351587

Text Example


Text Example

White with #351587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351587; }

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

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

background-color css

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

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

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

border-color css

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

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

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