Html Css Color HEX #351980 Persian Indigo

📋 copy color: '#351980'

red 53 ◦ green 25 ◦ blue 128

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

Shades of Persian Indigo #351980

Tints of Persian Indigo #351980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 62.14%

R = 25.73%
G = 12.14%
B = 62.14%

CMYK

 C value IS 0.59

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#351980 (or 0x351980) is known color: Persian Indigo. HEX triplet: 35, 19 and 80. RGB value is (53,25,128). Sum of RGB (Red+Green+Blue) = 53+25+128=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 128 (50.39% from 255 or 62.14% from 206); Max value from RGB is 128 - color contains mainly: blue. Hex color #351980 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #351980 is #CAE67F. Grayscale: #2C2C2C. Windows color (decimal): -13297280 or 8395061. OLE color: 8395061.

HSL color Cylindrical-coordinate representation of color #351980: hue angle of 256.31º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #351980 is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 25 128 -
CMYK 0.59 0.80 0 0.50
HSL 256.31º 0.67% 0.3% -
HSV(B) 256.31º 0.8% 0.5% -
XYZ 5.71 3.01 20.7 -
YUV 45.11 174.78 133.62 -
System Red Green Blue C M Y K H S L
Decimal 53 25 128 0.59 0.80 0 0.50 256.31 0.67 0.3
Hex 35 19 80 3B 50 0 32 100 43 1E
Octal 65 31 200 73 120 0 62 400 103 36
Binary 110101 11001 10000000 111011 1010000 0 110010 100000000 1000011 11110

Color Harmonies of #351980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351980

Black with #351980

Text Example


Text Example

White with #351980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351980; }

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

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

background-color css

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

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

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

border-color css

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

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

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