Html Css Color HEX #271168 Persian Indigo

📋 copy color: '#271168'

red 39 ◦ green 17 ◦ blue 104

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

Shades of Persian Indigo #271168

Tints of Persian Indigo #271168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 65%

R = 24.38%
G = 10.63%
B = 65%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#271168 (or 0x271168) is known color: Persian Indigo. HEX triplet: 27, 11 and 68. RGB value is (39,17,104). Sum of RGB (Red+Green+Blue) = 39+17+104=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 104 (41.02% from 255 or 65% from 160); Max value from RGB is 104 - color contains mainly: blue. Hex color #271168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271168 is #D8EE97. Grayscale: #212121. Windows color (decimal): -14216856 or 6820135. OLE color: 6820135.

HSL color Cylindrical-coordinate representation of color #271168: hue angle of 255.17º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #271168 is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 39 17 104 -
CMYK 0.62 0.84 0 0.59
HSL 255.17º 0.72% 0.24% -
HSV(B) 255.17º 0.84% 0.41% -
XYZ 3.54 1.83 13.26 -
YUV 33.5 167.79 131.93 -
System Red Green Blue C M Y K H S L
Decimal 39 17 104 0.62 0.84 0 0.59 255.17 0.72 0.24
Hex 27 11 68 3E 54 0 3B FF 48 18
Octal 47 21 150 76 124 0 73 377 110 30
Binary 100111 10001 1101000 111110 1010100 0 111011 11111111 1001000 11000

Color Harmonies of #271168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271168

Black with #271168

Text Example


Text Example

White with #271168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271168; }

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

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

background-color css

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

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

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

border-color css

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

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

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