#270D71

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

Shades of Persian Indigo #270D71

Tints of Persian Indigo #270D71

Color information

#270D71 (or 0x270D71) is unknown color: approx Persian Indigo. HEX triplet: 27, 0D and 71. RGB value is (39,13,113). Sum of RGB (Red+Green+Blue) = 39+13+113=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 13 (5.47% from 255 or 7.88% from 165); Blue value is 113 (44.53% from 255 or 68.48% from 165); Max value from RGB is 113 - color contains mainly: blue. Hex color #270D71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270D71 is #D8F28E. Grayscale: #1F1F1F. Windows color (decimal): -14217871 or 7408935. OLE color: 7408935.

HSL color Cylindrical-coordinate representation of color #270D71: hue angle of 255.6º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #270D71 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3913113-
CMYK0.650.8800.56
HSL255.6º79.37%24.71%-
HSV(B)255.6º88.5%44.31%-
XYZ3.961.9115.78-
YUV32.17173.61132.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.64%
GREEN value IS 13 (5.47% from 255) = 7.88%
BLUE value IS 113 (44.53% from 255) = 68.48%
R=23.64%
G=7.88%
B=68.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39131130.650.8800.56255.679.3724.71
Hex27D7141580381004f19
Octal471516110113007040011731
Binary10011111011110001100000110110000111000100000000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270D71; }

 p { color: rgb(39,13,113); }

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

<style>
 a { background-color: #270D71; }

 a { background-color: rgb(39,13,113); }

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

<style>
 span { border-color: #270D71; }

 span { border-color: rgb(39,13,113); }

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