Html Css Color HEX #351079 Persian Indigo

📋 copy color: '#351079'

red 53 ◦ green 16 ◦ blue 121

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

Shades of Persian Indigo #351079

Tints of Persian Indigo #351079

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.42%

 BLUE value IS 121 (47.66% from 255) = 63.68%

R = 27.89%
G = 8.42%
B = 63.68%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#351079 (or 0x351079) is known color: Persian Indigo. HEX triplet: 35, 10 and 79. RGB value is (53,16,121). Sum of RGB (Red+Green+Blue) = 53+16+121=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 121 (47.66% from 255 or 63.68% from 190); Max value from RGB is 121 - color contains mainly: blue. Hex color #351079 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351079 is #CAEF86. Grayscale: #262626. Windows color (decimal): -13299591 or 7934005. OLE color: 7934005.

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

Color convert

RGB 53 16 121 -
CMYK 0.56 0.87 0 0.53
HSL 261.14º 0.77% 0.27% -
HSV(B) 261.14º 0.87% 0.47% -
XYZ 5.1 2.51 18.3 -
YUV 39.03 174.26 137.96 -
System Red Green Blue C M Y K H S L
Decimal 53 16 121 0.56 0.87 0 0.53 261.14 0.77 0.27
Hex 35 10 79 38 57 0 35 105 4D 1B
Octal 65 20 171 70 127 0 65 405 115 33
Binary 110101 10000 1111001 111000 1010111 0 110101 100000101 1001101 11011

Color Harmonies of #351079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351079

Black with #351079

Text Example


Text Example

White with #351079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351079; }

 p { color: rgb(53,16,121); }

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

background-color css

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

 a { background-color: rgb(53,16,121); }

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

border-color css

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

 span { border-color: rgb(53,16,121); }

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