Html Css Color HEX #351187 Persian Indigo

📋 copy color: '#351187'

red 53 ◦ green 17 ◦ blue 135

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

Shades of Persian Indigo #351187

Tints of Persian Indigo #351187

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.29%

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

R = 25.85%
G = 8.29%
B = 65.85%

CMYK

 C value IS 0.61

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#351187 (or 0x351187) is known color: Persian Indigo. HEX triplet: 35, 11 and 87. RGB value is (53,17,135). Sum of RGB (Red+Green+Blue) = 53+17+135=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 135 (53.12% from 255 or 65.85% from 205); Max value from RGB is 135 - color contains mainly: blue. Hex color #351187 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351187 is #CAEE78. Grayscale: #282828. Windows color (decimal): -13299321 or 8851765. OLE color: 8851765.

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

Color convert

RGB 53 17 135 -
CMYK 0.61 0.87 0 0.47
HSL 258.31º 0.78% 0.3% -
HSV(B) 258.31º 0.87% 0.53% -
XYZ 6.04 2.91 23.16 -
YUV 41.22 180.93 136.41 -
System Red Green Blue C M Y K H S L
Decimal 53 17 135 0.61 0.87 0 0.47 258.31 0.78 0.3
Hex 35 11 87 3D 57 0 2F 102 4E 1E
Octal 65 21 207 75 127 0 57 402 116 36
Binary 110101 10001 10000111 111101 1010111 0 101111 100000010 1001110 11110

Color Harmonies of #351187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351187

Black with #351187

Text Example


Text Example

White with #351187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351187; }

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

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

background-color css

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

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

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

border-color css

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

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

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