#271775

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

Shades of Persian Indigo #271775

Tints of Persian Indigo #271775

Color information

#271775 (or 0x271775) is unknown color: approx Persian Indigo. HEX triplet: 27, 17 and 75. RGB value is (39,23,117). Sum of RGB (Red+Green+Blue) = 39+23+117=179 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.79% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 117 (46.09% from 255 or 65.36% from 179); Max value from RGB is 117 - color contains mainly: blue. Hex color #271775 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271775 is #D8E88A. Grayscale: #262626. Windows color (decimal): -14215307 or 7673639. OLE color: 7673639.

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

Color convert

RGB3923117-
CMYK0.670.8000.54
HSL250.21º67.14%27.45%-
HSV(B)250.21º80.34%45.88%-
XYZ4.352.3317.05-
YUV38.5172.3128.36-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.79%
GREEN value IS 23 (9.38% from 255) = 12.85%
BLUE value IS 117 (46.09% from 255) = 65.36%
R=21.79%
G=12.85%
B=65.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39231170.670.8000.54250.2167.1427.45
Hex2717754350036fa431b
Octal472716510312006637210333
Binary10011110111111010110000111010000011011011111010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271775; }

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

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

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

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

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

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

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

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