Html Css Color HEX #350980 Persian Indigo

📋 copy color: '#350980'

red 53 ◦ green 9 ◦ blue 128

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

Shades of Persian Indigo #350980

Tints of Persian Indigo #350980

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.74%

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

R = 27.89%
G = 4.74%
B = 67.37%

CMYK

 C value IS 0.59

 M value IS 0.93

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#350980 (or 0x350980) is known color: Persian Indigo. HEX triplet: 35, 09 and 80. RGB value is (53,9,128). Sum of RGB (Red+Green+Blue) = 53+9+128=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 128 (50.39% from 255 or 67.37% from 190); Max value from RGB is 128 - color contains mainly: blue. Hex color #350980 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350980 is #CAF67F. Grayscale: #232323. Windows color (decimal): -13301376 or 8390965. OLE color: 8390965.

HSL color Cylindrical-coordinate representation of color #350980: hue angle of 262.18º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #350980 is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 9 128 -
CMYK 0.59 0.93 0 0.50
HSL 262.18º 0.87% 0.27% -
HSV(B) 262.18º 0.93% 0.5% -
XYZ 5.46 2.51 20.62 -
YUV 35.72 180.08 140.32 -
System Red Green Blue C M Y K H S L
Decimal 53 9 128 0.59 0.93 0 0.50 262.18 0.87 0.27
Hex 35 9 80 3B 5D 0 32 106 57 1B
Octal 65 11 200 73 135 0 62 406 127 33
Binary 110101 1001 10000000 111011 1011101 0 110010 100000110 1010111 11011

Color Harmonies of #350980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350980

Black with #350980

Text Example


Text Example

White with #350980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350980; }

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

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

background-color css

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

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

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

border-color css

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

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

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