Html Css Color HEX #351176 Persian Indigo

📋 copy color: '#351176'

red 53 ◦ green 17 ◦ blue 118

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

Shades of Persian Indigo #351176

Tints of Persian Indigo #351176

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.04%

 BLUE value IS 118 (46.48% from 255) = 62.77%

R = 28.19%
G = 9.04%
B = 62.77%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#351176 (or 0x351176) is known color: Persian Indigo. HEX triplet: 35, 11 and 76. RGB value is (53,17,118). Sum of RGB (Red+Green+Blue) = 53+17+118=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 118 (46.48% from 255 or 62.77% from 188); Max value from RGB is 118 - color contains mainly: blue. Hex color #351176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351176 is #CAEE89. Grayscale: #262626. Windows color (decimal): -13299338 or 7737653. OLE color: 7737653.

HSL color Cylindrical-coordinate representation of color #351176: hue angle of 261.39º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #351176 is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 17 118 -
CMYK 0.55 0.86 0 0.54
HSL 261.39º 0.75% 0.26% -
HSV(B) 261.39º 0.86% 0.46% -
XYZ 4.94 2.47 17.36 -
YUV 39.28 172.43 137.79 -
System Red Green Blue C M Y K H S L
Decimal 53 17 118 0.55 0.86 0 0.54 261.39 0.75 0.26
Hex 35 11 76 37 56 0 36 105 4B 1A
Octal 65 21 166 67 126 0 66 405 113 32
Binary 110101 10001 1110110 110111 1010110 0 110110 100000101 1001011 11010

Color Harmonies of #351176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351176

Black with #351176

Text Example


Text Example

White with #351176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351176; }

 p { color: rgb(53,17,118); }

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

background-color css

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

 a { background-color: rgb(53,17,118); }

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

border-color css

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

 span { border-color: rgb(53,17,118); }

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