Html Css Color HEX #351791 Persian Indigo

📋 copy color: '#351791'

red 53 ◦ green 23 ◦ blue 145

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

Shades of Persian Indigo #351791

Tints of Persian Indigo #351791

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.41%

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

R = 23.98%
G = 10.41%
B = 65.61%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#351791 (or 0x351791) is known color: Persian Indigo. HEX triplet: 35, 17 and 91. RGB value is (53,23,145). Sum of RGB (Red+Green+Blue) = 53+23+145=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 145 (57.03% from 255 or 65.61% from 221); Max value from RGB is 145 - color contains mainly: blue. Hex color #351791 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351791 is #CAE86E. Grayscale: #2D2D2D. Windows color (decimal): -13297775 or 9508661. OLE color: 9508661.

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

Color convert

RGB 53 23 145 -
CMYK 0.63 0.84 0 0.43
HSL 254.75º 0.73% 0.33% -
HSV(B) 254.75º 0.84% 0.57% -
XYZ 6.89 3.41 27.08 -
YUV 45.88 183.94 133.08 -
System Red Green Blue C M Y K H S L
Decimal 53 23 145 0.63 0.84 0 0.43 254.75 0.73 0.33
Hex 35 17 91 3F 54 0 2B FF 49 21
Octal 65 27 221 77 124 0 53 377 111 41
Binary 110101 10111 10010001 111111 1010100 0 101011 11111111 1001001 100001

Color Harmonies of #351791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351791

Black with #351791

Text Example


Text Example

White with #351791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351791; }

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

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

background-color css

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

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

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

border-color css

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

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

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