Html Css Color HEX #271980 Persian Indigo

📋 copy color: '#271980'

red 39 ◦ green 25 ◦ blue 128

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

Shades of Persian Indigo #271980

Tints of Persian Indigo #271980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 66.67%

R = 20.31%
G = 13.02%
B = 66.67%

CMYK

 C value IS 0.70

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#271980 (or 0x271980) is known color: Persian Indigo. HEX triplet: 27, 19 and 80. RGB value is (39,25,128). Sum of RGB (Red+Green+Blue) = 39+25+128=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 128 (50.39% from 255 or 66.67% from 192); Max value from RGB is 128 - color contains mainly: blue. Hex color #271980 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271980 is #D8E67F. Grayscale: #282828. Windows color (decimal): -14214784 or 8395047. OLE color: 8395047.

HSL color Cylindrical-coordinate representation of color #271980: hue angle of 248.16º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #271980 is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 39 25 128 -
CMYK 0.70 0.80 0 0.50
HSL 248.16º 0.67% 0.3% -
HSV(B) 248.16º 0.8% 0.5% -
XYZ 5.08 2.69 20.67 -
YUV 40.93 177.14 126.62 -
System Red Green Blue C M Y K H S L
Decimal 39 25 128 0.70 0.80 0 0.50 248.16 0.67 0.3
Hex 27 19 80 46 50 0 32 F8 43 1E
Octal 47 31 200 106 120 0 62 370 103 36
Binary 100111 11001 10000000 1000110 1010000 0 110010 11111000 1000011 11110

Color Harmonies of #271980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271980

Black with #271980

Text Example


Text Example

White with #271980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271980; }

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

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

background-color css

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

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

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

border-color css

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

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

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