Html Css Color HEX #351370 Persian Indigo

📋 copy color: '#351370'

red 53 ◦ green 19 ◦ blue 112

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

Shades of Persian Indigo #351370

Tints of Persian Indigo #351370

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.33%

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

R = 28.8%
G = 10.33%
B = 60.87%

CMYK

 C value IS 0.53

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#351370 (or 0x351370) is known color: Persian Indigo. HEX triplet: 35, 13 and 70. RGB value is (53,19,112). Sum of RGB (Red+Green+Blue) = 53+19+112=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 112 (44.14% from 255 or 60.87% from 184); Max value from RGB is 112 - color contains mainly: blue. Hex color #351370 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351370 is #CAEC8F. Grayscale: #272727. Windows color (decimal): -13298832 or 7344949. OLE color: 7344949.

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

Color convert

RGB 53 19 112 -
CMYK 0.53 0.83 0 0.56
HSL 261.94º 0.71% 0.26% -
HSV(B) 261.94º 0.83% 0.44% -
XYZ 4.63 2.39 15.55 -
YUV 39.77 168.76 137.44 -
System Red Green Blue C M Y K H S L
Decimal 53 19 112 0.53 0.83 0 0.56 261.94 0.71 0.26
Hex 35 13 70 35 53 0 38 106 47 1A
Octal 65 23 160 65 123 0 70 406 107 32
Binary 110101 10011 1110000 110101 1010011 0 111000 100000110 1000111 11010

Color Harmonies of #351370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351370

Black with #351370

Text Example


Text Example

White with #351370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351370; }

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

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

background-color css

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

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

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

border-color css

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

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

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