Html Css Color HEX #351170 Persian Indigo

📋 copy color: '#351170'

red 53 ◦ green 17 ◦ blue 112

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

Shades of Persian Indigo #351170

Tints of Persian Indigo #351170

RGB

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

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

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

R = 29.12%
G = 9.34%
B = 61.54%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#351170 (or 0x351170) is known color: Persian Indigo. HEX triplet: 35, 11 and 70. RGB value is (53,17,112). Sum of RGB (Red+Green+Blue) = 53+17+112=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #351170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351170 is #CAEE8F. Grayscale: #262626. Windows color (decimal): -13299344 or 7344437. OLE color: 7344437.

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

Color convert

RGB 53 17 112 -
CMYK 0.53 0.85 0 0.56
HSL 262.74º 0.74% 0.25% -
HSV(B) 262.74º 0.85% 0.44% -
XYZ 4.59 2.33 15.54 -
YUV 38.59 169.43 138.28 -
System Red Green Blue C M Y K H S L
Decimal 53 17 112 0.53 0.85 0 0.56 262.74 0.74 0.25
Hex 35 11 70 35 55 0 38 107 4A 19
Octal 65 21 160 65 125 0 70 407 112 31
Binary 110101 10001 1110000 110101 1010101 0 111000 100000111 1001010 11001

Color Harmonies of #351170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351170

Black with #351170

Text Example


Text Example

White with #351170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351170; }

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

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

background-color css

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

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

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

border-color css

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

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

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