#27027C

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

Shades of Persian Indigo #27027C

Tints of Persian Indigo #27027C

Color information

#27027C (or 0x27027C) is unknown color: approx Persian Indigo. HEX triplet: 27, 02 and 7C. RGB value is (39,2,124). Sum of RGB (Red+Green+Blue) = 39+2+124=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 124 (48.83% from 255 or 75.15% from 165); Max value from RGB is 124 - color contains mainly: blue. Hex color #27027C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27027C is #D8FD83. Grayscale: #1A1A1A. Windows color (decimal): -14220676 or 8127015. OLE color: 8127015.

HSL color Cylindrical-coordinate representation of color #27027C: hue angle of 258.2º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #27027C is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB392124-
CMYK0.690.9800.51
HSL258.2º96.83%24.71%-
HSV(B)258.2º98.39%48.63%-
XYZ4.51.9319.2-
YUV26.97182.76136.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.64%
GREEN value IS 2 (1.17% from 255) = 1.21%
BLUE value IS 124 (48.83% from 255) = 75.15%
R=23.64%
G=1.21%
B=75.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3921240.690.9800.51258.296.8324.71
Hex2727C45620331026119
Octal47217410514206340214131
Binary100111101111100100010111000100110011100000010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27027C; }

 p { color: rgb(39,2,124); }

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

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

 a { background-color: rgb(39,2,124); }

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

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

 span { border-color: rgb(39,2,124); }

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