#27027B

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

Shades of Persian Indigo #27027B

Tints of Persian Indigo #27027B

Color information

#27027B (or 0x27027B) is unknown color: approx Persian Indigo. HEX triplet: 27, 02 and 7B. RGB value is (39,2,123). Sum of RGB (Red+Green+Blue) = 39+2+123=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 123 (48.44% from 255 or 75% from 164); Max value from RGB is 123 - color contains mainly: blue. Hex color #27027B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27027B is #D8FD84. Grayscale: #1A1A1A. Windows color (decimal): -14220677 or 8061479. OLE color: 8061479.

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

Color convert

RGB392123-
CMYK0.680.9800.52
HSL258.35º96.8%24.51%-
HSV(B)258.35º98.37%48.24%-
XYZ4.431.918.87-
YUV26.86182.26136.66-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.78%
GREEN value IS 2 (1.17% from 255) = 1.22%
BLUE value IS 123 (48.44% from 255) = 75%
R=23.78%
G=1.22%
B=75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3921230.680.9800.52258.3596.824.51
Hex2727B44620341026119
Octal47217310414206440214131
Binary100111101111011100010011000100110100100000010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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