#27106A

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

Shades of Persian Indigo #27106A

Tints of Persian Indigo #27106A

Color information

#27106A (or 0x27106A) is unknown color: approx Persian Indigo. HEX triplet: 27, 10 and 6A. RGB value is (39,16,106). Sum of RGB (Red+Green+Blue) = 39+16+106=161 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.22% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 106 (41.80% from 255 or 65.84% from 161); Max value from RGB is 106 - color contains mainly: blue. Hex color #27106A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27106A is #D8EF95. Grayscale: #202020. Windows color (decimal): -14217110 or 6950951. OLE color: 6950951.

HSL color Cylindrical-coordinate representation of color #27106A: hue angle of 255.33º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27106A is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3916106-
CMYK0.630.8500.58
HSL255.33º73.77%23.92%-
HSV(B)255.33º84.91%41.57%-
XYZ3.621.8413.8-
YUV33.14169.12132.18-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.22%
GREEN value IS 16 (6.64% from 255) = 9.94%
BLUE value IS 106 (41.80% from 255) = 65.84%
R=24.22%
G=9.94%
B=65.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal39161060.630.8500.58255.3373.7723.92
Hex27106A3F5503Aff4a18
Octal47201527712507237711230
Binary1001111000011010101111111010101011101011111111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27106A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,16,106); }

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

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

 a { background-color: rgb(39,16,106); }

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

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

 span { border-color: rgb(39,16,106); }

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