Html Css Color HEX #351870 Persian Indigo

📋 copy color: '#351870'

red 53 ◦ green 24 ◦ blue 112

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

Shades of Persian Indigo #351870

Tints of Persian Indigo #351870

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.7%

 BLUE value IS 112 (44.14% from 255) = 59.26%

R = 28.04%
G = 12.7%
B = 59.26%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#351870 (or 0x351870) is known color: Persian Indigo. HEX triplet: 35, 18 and 70. RGB value is (53,24,112). Sum of RGB (Red+Green+Blue) = 53+24+112=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #351870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351870 is #CAE78F. Grayscale: #2A2A2A. Windows color (decimal): -13297552 or 7346229. OLE color: 7346229.

HSL color Cylindrical-coordinate representation of color #351870: hue angle of 259.77º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #351870 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 24 112 -
CMYK 0.53 0.79 0 0.56
HSL 259.77º 0.65% 0.27% -
HSV(B) 259.77º 0.79% 0.44% -
XYZ 4.72 2.58 15.58 -
YUV 42.7 167.11 135.34 -
System Red Green Blue C M Y K H S L
Decimal 53 24 112 0.53 0.79 0 0.56 259.77 0.65 0.27
Hex 35 18 70 35 4F 0 38 104 41 1B
Octal 65 30 160 65 117 0 70 404 101 33
Binary 110101 11000 1110000 110101 1001111 0 111000 100000100 1000001 11011

Color Harmonies of #351870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351870

Black with #351870

Text Example


Text Example

White with #351870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351870; }

 p { color: rgb(53,24,112); }

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

background-color css

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

 a { background-color: rgb(53,24,112); }

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

border-color css

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

 span { border-color: rgb(53,24,112); }

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