Html Css Color HEX #351970 Persian Indigo

📋 copy color: '#351970'

red 53 ◦ green 25 ◦ blue 112

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

Shades of Persian Indigo #351970

Tints of Persian Indigo #351970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.16%

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

R = 27.89%
G = 13.16%
B = 58.95%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#351970 (or 0x351970) is known color: Persian Indigo. HEX triplet: 35, 19 and 70. RGB value is (53,25,112). Sum of RGB (Red+Green+Blue) = 53+25+112=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #351970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351970 is #CAE68F. Grayscale: #2A2A2A. Windows color (decimal): -13297296 or 7346485. OLE color: 7346485.

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

Color convert

RGB 53 25 112 -
CMYK 0.53 0.78 0 0.56
HSL 259.31º 0.64% 0.27% -
HSV(B) 259.31º 0.78% 0.44% -
XYZ 4.74 2.62 15.59 -
YUV 43.29 166.78 134.93 -
System Red Green Blue C M Y K H S L
Decimal 53 25 112 0.53 0.78 0 0.56 259.31 0.64 0.27
Hex 35 19 70 35 4E 0 38 103 40 1B
Octal 65 31 160 65 116 0 70 403 100 33
Binary 110101 11001 1110000 110101 1001110 0 111000 100000011 1000000 11011

Color Harmonies of #351970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351970

Black with #351970

Text Example


Text Example

White with #351970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351970; }

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

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

background-color css

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

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

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

border-color css

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

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

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