Html Css Color HEX #351276 Persian Indigo

📋 copy color: '#351276'

red 53 ◦ green 18 ◦ blue 118

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

Shades of Persian Indigo #351276

Tints of Persian Indigo #351276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.52%

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

R = 28.04%
G = 9.52%
B = 62.43%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#351276 (or 0x351276) is known color: Persian Indigo. HEX triplet: 35, 12 and 76. RGB value is (53,18,118). Sum of RGB (Red+Green+Blue) = 53+18+118=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 118 (46.48% from 255 or 62.43% from 189); Max value from RGB is 118 - color contains mainly: blue. Hex color #351276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351276 is #CAED89. Grayscale: #272727. Windows color (decimal): -13299082 or 7737909. OLE color: 7737909.

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

Color convert

RGB 53 18 118 -
CMYK 0.55 0.85 0 0.54
HSL 261º 0.74% 0.27% -
HSV(B) 261º 0.85% 0.46% -
XYZ 4.95 2.5 17.36 -
YUV 39.87 172.1 137.37 -
System Red Green Blue C M Y K H S L
Decimal 53 18 118 0.55 0.85 0 0.54 261 0.74 0.27
Hex 35 12 76 37 55 0 36 105 4A 1B
Octal 65 22 166 67 125 0 66 405 112 33
Binary 110101 10010 1110110 110111 1010101 0 110110 100000101 1001010 11011

Color Harmonies of #351276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351276

Black with #351276

Text Example


Text Example

White with #351276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351276; }

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

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

background-color css

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

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

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

border-color css

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

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

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