#27077B

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

Shades of Persian Indigo #27077B

Tints of Persian Indigo #27077B

Color information

#27077B (or 0x27077B) is unknown color: approx Persian Indigo. HEX triplet: 27, 07 and 7B. RGB value is (39,7,123). Sum of RGB (Red+Green+Blue) = 39+7+123=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 123 (48.44% from 255 or 72.78% from 169); Max value from RGB is 123 - color contains mainly: blue. Hex color #27077B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27077B is #D8F884. Grayscale: #1D1D1D. Windows color (decimal): -14219397 or 8062759. OLE color: 8062759.

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

Color convert

RGB397123-
CMYK0.680.9400.52
HSL256.55º89.23%25.49%-
HSV(B)256.55º94.31%48.24%-
XYZ4.492.0118.89-
YUV29.79180.6134.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.08%
GREEN value IS 7 (3.12% from 255) = 4.14%
BLUE value IS 123 (48.44% from 255) = 72.78%
R=23.08%
G=4.14%
B=72.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3971230.680.9400.52256.5589.2325.49
Hex2777B445E0341015919
Octal47717310413606440113131
Binary1001111111111011100010010111100110100100000001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27077B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27077B; }

 p { color: rgb(39,7,123); }

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

<style>
 a { background-color: #27077B; }

 a { background-color: rgb(39,7,123); }

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

<style>
 span { border-color: #27077B; }

 span { border-color: rgb(39,7,123); }

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