#27007A

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

Shades of Persian Indigo #27007A

Tints of Persian Indigo #27007A

Color information

#27007A (or 0x27007A) is unknown color: approx Persian Indigo. HEX triplet: 27, 00 and 7A. RGB value is (39,0,122). Sum of RGB (Red+Green+Blue) = 39+0+122=161 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.22% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 122 (48.05% from 255 or 75.78% from 161); Max value from RGB is 122 - color contains mainly: blue. Hex color #27007A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27007A is #D8FF85. Grayscale: #191919. Windows color (decimal): -14221190 or 7995431. OLE color: 7995431.

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

Color convert

RGB390122-
CMYK0.68100.52
HSL259.18º100%23.92%-
HSV(B)259.18º100%47.84%-
XYZ4.351.8418.54-
YUV25.57182.42137.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 122 (48.05% from 255) = 75.78%
R=24.22%
G=0%
B=75.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3901220.68100.52259.1810023.92
Hex2707A44640341036418
Octal47017210414406440314430
Binary10011101111010100010011001000110100100000011110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27007A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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