#27017A

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

Shades of Persian Indigo #27017A

Tints of Persian Indigo #27017A

Color information

#27017A (or 0x27017A) is unknown color: approx Persian Indigo. HEX triplet: 27, 01 and 7A. RGB value is (39,1,122). Sum of RGB (Red+Green+Blue) = 39+1+122=162 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.07% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 122 (48.05% from 255 or 75.31% from 162); Max value from RGB is 122 - color contains mainly: blue. Hex color #27017A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27017A is #D8FE85. Grayscale: #191919. Windows color (decimal): -14220934 or 7995687. OLE color: 7995687.

HSL color Cylindrical-coordinate representation of color #27017A: hue angle of 258.84º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #27017A is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB391122-
CMYK0.680.9900.52
HSL258.84º98.37%24.12%-
HSV(B)258.84º99.18%47.84%-
XYZ4.361.8618.54-
YUV26.16182.09137.16-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.07%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 122 (48.05% from 255) = 75.31%
R=24.07%
G=0.62%
B=75.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3911220.680.9900.52258.8498.3724.12
Hex2717A44630341036218
Octal47117210414306440314230
Binary10011111111010100010011000110110100100000011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27017A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27017A; }

 p { color: rgb(39,1,122); }

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

<style>
 a { background-color: #27017A; }

 a { background-color: rgb(39,1,122); }

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

<style>
 span { border-color: #27017A; }

 span { border-color: rgb(39,1,122); }

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