#270870

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

Shades of Persian Indigo #270870

Tints of Persian Indigo #270870

Color information

#270870 (or 0x270870) is unknown color: approx Persian Indigo. HEX triplet: 27, 08 and 70. RGB value is (39,8,112). Sum of RGB (Red+Green+Blue) = 39+8+112=159 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.53% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 112 (44.14% from 255 or 70.44% from 159); Max value from RGB is 112 - color contains mainly: blue. Hex color #270870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270870 is #D8F78F. Grayscale: #1C1C1C. Windows color (decimal): -14219152 or 7342119. OLE color: 7342119.

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

Color convert

RGB398112-
CMYK0.650.9300.56
HSL257.88º86.67%23.53%-
HSV(B)257.88º92.86%43.92%-
XYZ3.851.7715.47-
YUV29.12174.77135.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.53%
GREEN value IS 8 (3.52% from 255) = 5.03%
BLUE value IS 112 (44.14% from 255) = 70.44%
R=24.53%
G=5.03%
B=70.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3981120.650.9300.56257.8886.6723.53
Hex27870415D0381025718
Octal471016010113507040212730
Binary10011110001110000100000110111010111000100000010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270870; }

 p { color: rgb(39,8,112); }

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

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

 a { background-color: rgb(39,8,112); }

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

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

 span { border-color: rgb(39,8,112); }

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