Html Css Color HEX #351971 Persian Indigo

📋 copy color: '#351971'

red 53 ◦ green 25 ◦ blue 113

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

Shades of Persian Indigo #351971

Tints of Persian Indigo #351971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 59.16%

R = 27.75%
G = 13.09%
B = 59.16%

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

#351971 (or 0x351971) is known color: Persian Indigo. HEX triplet: 35, 19 and 71. RGB value is (53,25,113). Sum of RGB (Red+Green+Blue) = 53+25+113=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 113 (44.53% from 255 or 59.16% from 191); Max value from RGB is 113 - color contains mainly: blue. Hex color #351971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351971 is #CAE68E. Grayscale: #2B2B2B. Windows color (decimal): -13297295 or 7412021. OLE color: 7412021.

HSL color Cylindrical-coordinate representation of color #351971: hue angle of 259.09º 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 #351971 is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 25 113 -
CMYK 0.53 0.78 0 0.56
HSL 259.09º 0.64% 0.27% -
HSV(B) 259.09º 0.78% 0.44% -
XYZ 4.8 2.64 15.88 -
YUV 43.4 167.28 134.84 -
System Red Green Blue C M Y K H S L
Decimal 53 25 113 0.53 0.78 0 0.56 259.09 0.64 0.27
Hex 35 19 71 35 4E 0 38 103 40 1B
Octal 65 31 161 65 116 0 70 403 100 33
Binary 110101 11001 1110001 110101 1001110 0 111000 100000011 1000000 11011

Color Harmonies of #351971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351971

Black with #351971

Text Example


Text Example

White with #351971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351971; }

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

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

background-color css

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

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

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

border-color css

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

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

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