Html Css Color HEX #271977 Persian Indigo

📋 copy color: '#271977'

red 39 ◦ green 25 ◦ blue 119

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

Shades of Persian Indigo #271977

Tints of Persian Indigo #271977

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.66%

 BLUE value IS 119 (46.88% from 255) = 65.03%

R = 21.31%
G = 13.66%
B = 65.03%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#271977 (or 0x271977) is known color: Persian Indigo. HEX triplet: 27, 19 and 77. RGB value is (39,25,119). Sum of RGB (Red+Green+Blue) = 39+25+119=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 119 (46.88% from 255 or 65.03% from 183); Max value from RGB is 119 - color contains mainly: blue. Hex color #271977 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271977 is #D8E688. Grayscale: #272727. Windows color (decimal): -14214793 or 7805223. OLE color: 7805223.

HSL color Cylindrical-coordinate representation of color #271977: hue angle of 248.94º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #271977 is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 25 119 -
CMYK 0.67 0.79 0 0.53
HSL 248.94º 0.65% 0.28% -
HSV(B) 248.94º 0.79% 0.47% -
XYZ 4.51 2.46 17.69 -
YUV 39.9 172.64 127.36 -
System Red Green Blue C M Y K H S L
Decimal 39 25 119 0.67 0.79 0 0.53 248.94 0.65 0.28
Hex 27 19 77 43 4F 0 35 F9 41 1C
Octal 47 31 167 103 117 0 65 371 101 34
Binary 100111 11001 1110111 1000011 1001111 0 110101 11111001 1000001 11100

Color Harmonies of #271977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271977

Black with #271977

Text Example


Text Example

White with #271977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271977; }

 p { color: rgb(39,25,119); }

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

background-color css

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

 a { background-color: rgb(39,25,119); }

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

border-color css

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

 span { border-color: rgb(39,25,119); }

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