#270872

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

Shades of Persian Indigo #270872

Tints of Persian Indigo #270872

Color information

#270872 (or 0x270872) is unknown color: approx Persian Indigo. HEX triplet: 27, 08 and 72. RGB value is (39,8,114). Sum of RGB (Red+Green+Blue) = 39+8+114=161 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.22% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 114 (44.92% from 255 or 70.81% from 161); Max value from RGB is 114 - color contains mainly: blue. Hex color #270872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270872 is #D8F78D. Grayscale: #1C1C1C. Windows color (decimal): -14219150 or 7473191. OLE color: 7473191.

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

Color convert

RGB398114-
CMYK0.660.9300.55
HSL257.55º86.89%23.92%-
HSV(B)257.55º92.98%44.71%-
XYZ3.961.8216.06-
YUV29.35175.77134.88-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.22%
GREEN value IS 8 (3.52% from 255) = 4.97%
BLUE value IS 114 (44.92% from 255) = 70.81%
R=24.22%
G=4.97%
B=70.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3981140.660.9300.55257.5586.8923.92
Hex27872425D0371025718
Octal471016210213506740212730
Binary10011110001110010100001010111010110111100000010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270872; }

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

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

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

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

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

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

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

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