Html Css Color HEX #351787 Persian Indigo

📋 copy color: '#351787'

red 53 ◦ green 23 ◦ blue 135

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

Shades of Persian Indigo #351787

Tints of Persian Indigo #351787

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.9%

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

R = 25.12%
G = 10.9%
B = 63.98%

CMYK

 C value IS 0.61

 M value IS 0.83

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#351787 (or 0x351787) is known color: Persian Indigo. HEX triplet: 35, 17 and 87. RGB value is (53,23,135). Sum of RGB (Red+Green+Blue) = 53+23+135=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 135 (53.12% from 255 or 63.98% from 211); Max value from RGB is 135 - color contains mainly: blue. Hex color #351787 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351787 is #CAE878. Grayscale: #2C2C2C. Windows color (decimal): -13297785 or 8853301. OLE color: 8853301.

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

Color convert

RGB 53 23 135 -
CMYK 0.61 0.83 0 0.47
HSL 256.07º 0.71% 0.31% -
HSV(B) 256.07º 0.83% 0.53% -
XYZ 6.15 3.12 23.2 -
YUV 44.74 178.94 133.89 -
System Red Green Blue C M Y K H S L
Decimal 53 23 135 0.61 0.83 0 0.47 256.07 0.71 0.31
Hex 35 17 87 3D 53 0 2F 100 47 1F
Octal 65 27 207 75 123 0 57 400 107 37
Binary 110101 10111 10000111 111101 1010011 0 101111 100000000 1000111 11111

Color Harmonies of #351787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351787

Black with #351787

Text Example


Text Example

White with #351787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351787; }

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

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

background-color css

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

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

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

border-color css

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

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

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