Html Css Color HEX #351987 Persian Indigo

📋 copy color: '#351987'

red 53 ◦ green 25 ◦ blue 135

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

Shades of Persian Indigo #351987

Tints of Persian Indigo #351987

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.74%

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

R = 24.88%
G = 11.74%
B = 63.38%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#351987 (or 0x351987) is known color: Persian Indigo. HEX triplet: 35, 19 and 87. RGB value is (53,25,135). Sum of RGB (Red+Green+Blue) = 53+25+135=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 135 (53.12% from 255 or 63.38% from 213); Max value from RGB is 135 - color contains mainly: blue. Hex color #351987 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351987 is #CAE678. Grayscale: #2D2D2D. Windows color (decimal): -13297273 or 8853813. OLE color: 8853813.

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

Color convert

RGB 53 25 135 -
CMYK 0.61 0.81 0 0.47
HSL 255.27º 0.69% 0.31% -
HSV(B) 255.27º 0.81% 0.53% -
XYZ 6.19 3.2 23.21 -
YUV 45.91 178.28 133.06 -
System Red Green Blue C M Y K H S L
Decimal 53 25 135 0.61 0.81 0 0.47 255.27 0.69 0.31
Hex 35 19 87 3D 51 0 2F FF 45 1F
Octal 65 31 207 75 121 0 57 377 105 37
Binary 110101 11001 10000111 111101 1010001 0 101111 11111111 1000101 11111

Color Harmonies of #351987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351987

Black with #351987

Text Example


Text Example

White with #351987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351987; }

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

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

background-color css

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

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

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

border-color css

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

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

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