#270E64

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

Shades of Persian Indigo #270E64

Tints of Persian Indigo #270E64

Color information

#270E64 (or 0x270E64) is unknown color: approx Persian Indigo. HEX triplet: 27, 0E and 64. RGB value is (39,14,100). Sum of RGB (Red+Green+Blue) = 39+14+100=153 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.49% from 153); Green value is 14 (5.86% from 255 or 9.15% from 153); Blue value is 100 (39.45% from 255 or 65.36% from 153); Max value from RGB is 100 - color contains mainly: blue. Hex color #270E64 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270E64 is #D8F19B. Grayscale: #1E1E1E. Windows color (decimal): -14217628 or 6557223. OLE color: 6557223.

HSL color Cylindrical-coordinate representation of color #270E64: hue angle of 257.44º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #270E64 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3914100-
CMYK0.610.8600.61
HSL257.44º75.44%22.35%-
HSV(B)257.44º86%39.22%-
XYZ3.291.6712.2-
YUV31.28166.78133.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.49%
GREEN value IS 14 (5.86% from 255) = 9.15%
BLUE value IS 100 (39.45% from 255) = 65.36%
R=25.49%
G=9.15%
B=65.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal39141000.610.8600.61257.4475.4422.35
Hex27E643D5603D1014b16
Octal47161447512607540111326
Binary1001111110110010011110110101100111101100000001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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