#27065F

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

Shades of Persian Indigo #27065F

Tints of Persian Indigo #27065F

Color information

#27065F (or 0x27065F) is unknown color: approx Persian Indigo. HEX triplet: 27, 06 and 5F. RGB value is (39,6,95). Sum of RGB (Red+Green+Blue) = 39+6+95=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 95 (37.5% from 255 or 67.86% from 140); Max value from RGB is 95 - color contains mainly: blue. Hex color #27065F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27065F is #D8F9A0. Grayscale: #191919. Windows color (decimal): -14219681 or 6227495. OLE color: 6227495.

HSL color Cylindrical-coordinate representation of color #27065F: hue angle of 262.25º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #27065F is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB39695-
CMYK0.590.9400.63
HSL262.25º88.12%19.8%-
HSV(B)262.25º93.68%37.25%-
XYZ2.971.3910.94-
YUV26.01166.93137.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.86%
GREEN value IS 6 (2.73% from 255) = 4.29%
BLUE value IS 95 (37.5% from 255) = 67.86%
R=27.86%
G=4.29%
B=67.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal396950.590.9400.63262.2588.1219.8
Hex2765F3B5E03F1065814
Octal4761377313607740613024
Binary100111110101111111101110111100111111100000110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27065F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27065F; }

 p { color: rgb(39,6,95); }

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

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

 a { background-color: rgb(39,6,95); }

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

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

 span { border-color: rgb(39,6,95); }

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