#270E6D

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

Shades of Persian Indigo #270E6D

Tints of Persian Indigo #270E6D

Color information

#270E6D (or 0x270E6D) is unknown color: approx Persian Indigo. HEX triplet: 27, 0E and 6D. RGB value is (39,14,109). Sum of RGB (Red+Green+Blue) = 39+14+109=162 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.07% from 162); Green value is 14 (5.86% from 255 or 8.64% from 162); Blue value is 109 (42.97% from 255 or 67.28% from 162); Max value from RGB is 109 - color contains mainly: blue. Hex color #270E6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270E6D is #D8F192. Grayscale: #1F1F1F. Windows color (decimal): -14217619 or 7147047. OLE color: 7147047.

HSL color Cylindrical-coordinate representation of color #270E6D: hue angle of 255.79º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #270E6D is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3914109-
CMYK0.640.8700.57
HSL255.79º77.24%24.12%-
HSV(B)255.79º87.16%42.75%-
XYZ3.751.8514.63-
YUV32.3171.28132.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.07%
GREEN value IS 14 (5.86% from 255) = 8.64%
BLUE value IS 109 (42.97% from 255) = 67.28%
R=24.07%
G=8.64%
B=67.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39141090.640.8700.57255.7977.2424.12
Hex27E6D40570391004d18
Octal471615510012707140011530
Binary10011111101101101100000010101110111001100000000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270E6D; }

 p { color: rgb(39,14,109); }

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

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

 a { background-color: rgb(39,14,109); }

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

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

 span { border-color: rgb(39,14,109); }

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