#27067A

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

Shades of Persian Indigo #27067A

Tints of Persian Indigo #27067A

Color information

#27067A (or 0x27067A) is unknown color: approx Persian Indigo. HEX triplet: 27, 06 and 7A. RGB value is (39,6,122). Sum of RGB (Red+Green+Blue) = 39+6+122=167 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.35% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 122 (48.05% from 255 or 73.05% from 167); Max value from RGB is 122 - color contains mainly: blue. Hex color #27067A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27067A is #D8F985. Grayscale: #1C1C1C. Windows color (decimal): -14219654 or 7996967. OLE color: 7996967.

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

Color convert

RGB396122-
CMYK0.680.9500.52
HSL257.07º90.62%25.1%-
HSV(B)257.07º95.08%47.84%-
XYZ4.411.9718.56-
YUV29.09180.43135.07-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.35%
GREEN value IS 6 (2.73% from 255) = 3.59%
BLUE value IS 122 (48.05% from 255) = 73.05%
R=23.35%
G=3.59%
B=73.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3961220.680.9500.52257.0790.6225.1
Hex2767A445F0341015b19
Octal47617210413706440113331
Binary1001111101111010100010010111110110100100000001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27067A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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