#271474

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

Shades of Persian Indigo #271474

Tints of Persian Indigo #271474

Color information

#271474 (or 0x271474) is unknown color: approx Persian Indigo. HEX triplet: 27, 14 and 74. RGB value is (39,20,116). Sum of RGB (Red+Green+Blue) = 39+20+116=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 116 (45.70% from 255 or 66.29% from 175); Max value from RGB is 116 - color contains mainly: blue. Hex color #271474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271474 is #D8EB8B. Grayscale: #242424. Windows color (decimal): -14216076 or 7607335. OLE color: 7607335.

HSL color Cylindrical-coordinate representation of color #271474: hue angle of 251.88º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #271474 is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3920116-
CMYK0.660.8300.55
HSL251.88º70.59%26.67%-
HSV(B)251.88º82.76%45.49%-
XYZ4.242.1916.72-
YUV36.62172.79129.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.29%
GREEN value IS 20 (8.20% from 255) = 11.43%
BLUE value IS 116 (45.70% from 255) = 66.29%
R=22.29%
G=11.43%
B=66.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39201160.660.8300.55251.8870.5926.67
Hex2714744253037fc471b
Octal472416410212306737410733
Binary10011110100111010010000101010011011011111111100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271474; }

 p { color: rgb(39,20,116); }

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

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

 a { background-color: rgb(39,20,116); }

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

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

 span { border-color: rgb(39,20,116); }

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