#271475

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

Shades of Persian Indigo #271475

Tints of Persian Indigo #271475

Color information

#271475 (or 0x271475) is unknown color: approx Persian Indigo. HEX triplet: 27, 14 and 75. RGB value is (39,20,117). Sum of RGB (Red+Green+Blue) = 39+20+117=176 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.16% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 117 (46.09% from 255 or 66.48% from 176); Max value from RGB is 117 - color contains mainly: blue. Hex color #271475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271475 is #D8EB8A. Grayscale: #242424. Windows color (decimal): -14216075 or 7672871. OLE color: 7672871.

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

Color convert

RGB3920117-
CMYK0.670.8300.54
HSL251.75º70.8%26.86%-
HSV(B)251.75º82.91%45.88%-
XYZ4.32.2217.03-
YUV36.74173.29129.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.16%
GREEN value IS 20 (8.20% from 255) = 11.36%
BLUE value IS 117 (46.09% from 255) = 66.48%
R=22.16%
G=11.36%
B=66.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39201170.670.8300.54251.7570.826.86
Hex2714754353036fc471b
Octal472416510312306637410733
Binary10011110100111010110000111010011011011011111100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271475; }

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

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

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

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

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

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

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

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