#270E65

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

Shades of Persian Indigo #270E65

Tints of Persian Indigo #270E65

Color information

#270E65 (or 0x270E65) is unknown color: approx Persian Indigo. HEX triplet: 27, 0E and 65. RGB value is (39,14,101). Sum of RGB (Red+Green+Blue) = 39+14+101=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 14 (5.86% from 255 or 9.09% from 154); Blue value is 101 (39.84% from 255 or 65.58% from 154); Max value from RGB is 101 - color contains mainly: blue. Hex color #270E65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270E65 is #D8F19A. Grayscale: #1F1F1F. Windows color (decimal): -14217627 or 6622759. OLE color: 6622759.

HSL color Cylindrical-coordinate representation of color #270E65: hue angle of 257.24º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #270E65 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3914101-
CMYK0.610.8600.60
HSL257.24º75.65%22.55%-
HSV(B)257.24º86.14%39.61%-
XYZ3.341.6812.46-
YUV31.39167.28133.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.32%
GREEN value IS 14 (5.86% from 255) = 9.09%
BLUE value IS 101 (39.84% from 255) = 65.58%
R=25.32%
G=9.09%
B=65.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal39141010.610.8600.60257.2475.6522.55
Hex27E653D5603C1014c17
Octal47161457512607440111427
Binary1001111110110010111110110101100111100100000001100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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