Html Css Color HEX #271176 Persian Indigo

📋 copy color: '#271176'

red 39 ◦ green 17 ◦ blue 118

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

Shades of Persian Indigo #271176

Tints of Persian Indigo #271176

RGB

 RED value IS 39 (15.63% from 255) = 22.41%

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

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

R = 22.41%
G = 9.77%
B = 67.82%

CMYK

 C value IS 0.67

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#271176 (or 0x271176) is known color: Persian Indigo. HEX triplet: 27, 11 and 76. RGB value is (39,17,118). Sum of RGB (Red+Green+Blue) = 39+17+118=174 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.41% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 118 (46.48% from 255 or 67.82% from 174); Max value from RGB is 118 - color contains mainly: blue. Hex color #271176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271176 is #D8EE89. Grayscale: #222222. Windows color (decimal): -14216842 or 7737639. OLE color: 7737639.

HSL color Cylindrical-coordinate representation of color #271176: hue angle of 253.07º 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 #271176 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 17 118 -
CMYK 0.67 0.86 0 0.54
HSL 253.07º 0.75% 0.26% -
HSV(B) 253.07º 0.86% 0.46% -
XYZ 4.31 2.14 17.33 -
YUV 35.09 174.79 130.79 -
System Red Green Blue C M Y K H S L
Decimal 39 17 118 0.67 0.86 0 0.54 253.07 0.75 0.26
Hex 27 11 76 43 56 0 36 FD 4B 1A
Octal 47 21 166 103 126 0 66 375 113 32
Binary 100111 10001 1110110 1000011 1010110 0 110110 11111101 1001011 11010

Color Harmonies of #271176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271176

Black with #271176

Text Example


Text Example

White with #271176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271176; }

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

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

background-color css

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

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

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

border-color css

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

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

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