#27037D

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

Shades of Persian Indigo #27037D

Tints of Persian Indigo #27037D

Color information

#27037D (or 0x27037D) is unknown color: approx Persian Indigo. HEX triplet: 27, 03 and 7D. RGB value is (39,3,125). Sum of RGB (Red+Green+Blue) = 39+3+125=167 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.35% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 125 (49.22% from 255 or 74.85% from 167); Max value from RGB is 125 - color contains mainly: blue. Hex color #27037D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #27037D is #D8FC82. Grayscale: #1B1B1B. Windows color (decimal): -14220419 or 8192807. OLE color: 8192807.

HSL color Cylindrical-coordinate representation of color #27037D: hue angle of 257.7º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #27037D is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB393125-
CMYK0.690.9800.51
HSL257.7º95.31%25.1%-
HSV(B)257.7º97.6%49.02%-
XYZ4.571.9819.54-
YUV27.67182.93136.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.35%
GREEN value IS 3 (1.56% from 255) = 1.80%
BLUE value IS 125 (49.22% from 255) = 74.85%
R=23.35%
G=1.80%
B=74.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3931250.690.9800.51257.795.3125.1
Hex2737D45620331025f19
Octal47317510514206340213731
Binary100111111111101100010111000100110011100000010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27037D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27037D; }

 p { color: rgb(39,3,125); }

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

<style>
 a { background-color: #27037D; }

 a { background-color: rgb(39,3,125); }

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

<style>
 span { border-color: #27037D; }

 span { border-color: rgb(39,3,125); }

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