Html Css Color HEX #351991 Persian Indigo

📋 copy color: '#351991'

red 53 ◦ green 25 ◦ blue 145

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

Shades of Persian Indigo #351991

Tints of Persian Indigo #351991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 65.02%

R = 23.77%
G = 11.21%
B = 65.02%

CMYK

 C value IS 0.63

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#351991 (or 0x351991) is known color: Persian Indigo. HEX triplet: 35, 19 and 91. RGB value is (53,25,145). Sum of RGB (Red+Green+Blue) = 53+25+145=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 145 (57.03% from 255 or 65.02% from 223); Max value from RGB is 145 - color contains mainly: blue. Hex color #351991 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351991 is #CAE66E. Grayscale: #2E2E2E. Windows color (decimal): -13297263 or 9509173. OLE color: 9509173.

HSL color Cylindrical-coordinate representation of color #351991: hue angle of 254º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #351991 is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 25 145 -
CMYK 0.63 0.83 0 0.43
HSL 254º 0.71% 0.33% -
HSV(B) 254º 0.83% 0.57% -
XYZ 6.93 3.5 27.1 -
YUV 47.05 183.28 132.24 -
System Red Green Blue C M Y K H S L
Decimal 53 25 145 0.63 0.83 0 0.43 254 0.71 0.33
Hex 35 19 91 3F 53 0 2B FE 47 21
Octal 65 31 221 77 123 0 53 376 107 41
Binary 110101 11001 10010001 111111 1010011 0 101011 11111110 1000111 100001

Color Harmonies of #351991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351991

Black with #351991

Text Example


Text Example

White with #351991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351991; }

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

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

background-color css

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

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

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

border-color css

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

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

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