Html Css Color HEX #351377 Persian Indigo

📋 copy color: '#351377'

red 53 ◦ green 19 ◦ blue 119

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

Shades of Persian Indigo #351377

Tints of Persian Indigo #351377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 62.3%

R = 27.75%
G = 9.95%
B = 62.3%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#351377 (or 0x351377) is known color: Persian Indigo. HEX triplet: 35, 13 and 77. RGB value is (53,19,119). Sum of RGB (Red+Green+Blue) = 53+19+119=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 119 (46.88% from 255 or 62.30% from 191); Max value from RGB is 119 - color contains mainly: blue. Hex color #351377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351377 is #CAEC88. Grayscale: #282828. Windows color (decimal): -13298825 or 7803701. OLE color: 7803701.

HSL color Cylindrical-coordinate representation of color #351377: hue angle of 260.4º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #351377 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 19 119 -
CMYK 0.55 0.84 0 0.53
HSL 260.4º 0.72% 0.27% -
HSV(B) 260.4º 0.84% 0.47% -
XYZ 5.03 2.55 17.68 -
YUV 40.57 172.26 136.87 -
System Red Green Blue C M Y K H S L
Decimal 53 19 119 0.55 0.84 0 0.53 260.4 0.72 0.27
Hex 35 13 77 37 54 0 35 104 48 1B
Octal 65 23 167 67 124 0 65 404 110 33
Binary 110101 10011 1110111 110111 1010100 0 110101 100000100 1001000 11011

Color Harmonies of #351377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351377

Black with #351377

Text Example


Text Example

White with #351377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351377; }

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

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

background-color css

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

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

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

border-color css

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

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

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