#270671

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

Shades of Persian Indigo #270671

Tints of Persian Indigo #270671

Color information

#270671 (or 0x270671) is unknown color: approx Persian Indigo. HEX triplet: 27, 06 and 71. RGB value is (39,6,113). Sum of RGB (Red+Green+Blue) = 39+6+113=158 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.68% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 113 (44.53% from 255 or 71.52% from 158); Max value from RGB is 113 - color contains mainly: blue. Hex color #270671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270671 is #D8F98E. Grayscale: #1B1B1B. Windows color (decimal): -14219663 or 7407143. OLE color: 7407143.

HSL color Cylindrical-coordinate representation of color #270671: hue angle of 258.5º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270671 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB396113-
CMYK0.650.9500.56
HSL258.5º89.92%23.33%-
HSV(B)258.5º94.69%44.31%-
XYZ3.881.7515.76-
YUV28.06175.93135.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.68%
GREEN value IS 6 (2.73% from 255) = 3.80%
BLUE value IS 113 (44.53% from 255) = 71.52%
R=24.68%
G=3.80%
B=71.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3961130.650.9500.56258.589.9223.33
Hex27671415F0381035a17
Octal47616110113707040313227
Binary1001111101110001100000110111110111000100000011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270671; }

 p { color: rgb(39,6,113); }

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

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

 a { background-color: rgb(39,6,113); }

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

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

 span { border-color: rgb(39,6,113); }

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