#271978

Color #271978 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #271978

Tints of Persian Indigo #271978

Color information

#271978 (or 0x271978) is unknown color: approx Persian Indigo. HEX triplet: 27, 19 and 78. RGB value is (39,25,120). Sum of RGB (Red+Green+Blue) = 39+25+120=184 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.20% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 120 (47.27% from 255 or 65.22% from 184); Max value from RGB is 120 - color contains mainly: blue. Hex color #271978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271978 is #D8E687. Grayscale: #272727. Windows color (decimal): -14214792 or 7870759. OLE color: 7870759.

HSL color Cylindrical-coordinate representation of color #271978: hue angle of 248.84º degrees, saturation: 0.66, 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 #271978 is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3925120-
CMYK0.670.7900.53
HSL248.84º65.52%28.43%-
HSV(B)248.84º79.17%47.06%-
XYZ4.572.4818.01-
YUV40.02173.14127.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.20%
GREEN value IS 25 (10.16% from 255) = 13.59%
BLUE value IS 120 (47.27% from 255) = 65.22%
R=21.20%
G=13.59%
B=65.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39251200.670.7900.53248.8465.5228.43
Hex271978434F035f9421c
Octal473117010311706537110234
Binary10011111001111100010000111001111011010111111001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271978; }

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

 H1.HeaderClassName
 {
   color: #271978;
 }
 .AnyTagClassName
 {
   color: #271978;
 }
</style>
background-color css

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

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

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

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

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

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