Html Css Color HEX #350981 Persian Indigo

📋 copy color: '#350981'

red 53 ◦ green 9 ◦ blue 129

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

Shades of Persian Indigo #350981

Tints of Persian Indigo #350981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 67.54%

R = 27.75%
G = 4.71%
B = 67.54%

CMYK

 C value IS 0.59

 M value IS 0.93

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#350981 (or 0x350981) is known color: Persian Indigo. HEX triplet: 35, 09 and 81. RGB value is (53,9,129). Sum of RGB (Red+Green+Blue) = 53+9+129=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 129 (50.78% from 255 or 67.54% from 191); Max value from RGB is 129 - color contains mainly: blue. Hex color #350981 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #350981 is #CAF67E. Grayscale: #232323. Windows color (decimal): -13301375 or 8456501. OLE color: 8456501.

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

Color convert

RGB 53 9 129 -
CMYK 0.59 0.93 0 0.49
HSL 262º 0.87% 0.27% -
HSV(B) 262º 0.93% 0.51% -
XYZ 5.53 2.54 20.97 -
YUV 35.84 180.58 140.24 -
System Red Green Blue C M Y K H S L
Decimal 53 9 129 0.59 0.93 0 0.49 262 0.87 0.27
Hex 35 9 81 3B 5D 0 31 106 57 1B
Octal 65 11 201 73 135 0 61 406 127 33
Binary 110101 1001 10000001 111011 1011101 0 110001 100000110 1010111 11011

Color Harmonies of #350981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350981

Black with #350981

Text Example


Text Example

White with #350981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350981; }

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

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

background-color css

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

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

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

border-color css

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

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

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