Html Css Color HEX #271880 Persian Indigo

📋 copy color: '#271880'

red 39 ◦ green 24 ◦ blue 128

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

Shades of Persian Indigo #271880

Tints of Persian Indigo #271880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.57%

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

R = 20.42%
G = 12.57%
B = 67.02%

CMYK

 C value IS 0.70

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#271880 (or 0x271880) is known color: Persian Indigo. HEX triplet: 27, 18 and 80. RGB value is (39,24,128). Sum of RGB (Red+Green+Blue) = 39+24+128=191 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.42% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 128 (50.39% from 255 or 67.02% from 191); Max value from RGB is 128 - color contains mainly: blue. Hex color #271880 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271880 is #D8E77F. Grayscale: #272727. Windows color (decimal): -14215040 or 8394791. OLE color: 8394791.

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

Color convert

RGB 39 24 128 -
CMYK 0.70 0.81 0 0.50
HSL 248.65º 0.68% 0.3% -
HSV(B) 248.65º 0.81% 0.5% -
XYZ 5.06 2.64 20.67 -
YUV 40.34 177.47 127.04 -
System Red Green Blue C M Y K H S L
Decimal 39 24 128 0.70 0.81 0 0.50 248.65 0.68 0.3
Hex 27 18 80 46 51 0 32 F9 44 1E
Octal 47 30 200 106 121 0 62 371 104 36
Binary 100111 11000 10000000 1000110 1010001 0 110010 11111001 1000100 11110

Color Harmonies of #271880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271880

Black with #271880

Text Example


Text Example

White with #271880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271880; }

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

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

background-color css

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

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

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

border-color css

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

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

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