#270D70

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

Shades of Persian Indigo #270D70

Tints of Persian Indigo #270D70

Color information

#270D70 (or 0x270D70) is unknown color: approx Persian Indigo. HEX triplet: 27, 0D and 70. RGB value is (39,13,112). Sum of RGB (Red+Green+Blue) = 39+13+112=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 13 (5.47% from 255 or 7.93% from 164); Blue value is 112 (44.14% from 255 or 68.29% from 164); Max value from RGB is 112 - color contains mainly: blue. Hex color #270D70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270D70 is #D8F28F. Grayscale: #1F1F1F. Windows color (decimal): -14217872 or 7343399. OLE color: 7343399.

HSL color Cylindrical-coordinate representation of color #270D70: hue angle of 255.76º 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 #270D70 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3913112-
CMYK0.650.8800.56
HSL255.76º79.2%24.51%-
HSV(B)255.76º88.39%43.92%-
XYZ3.911.8915.49-
YUV32.06173.11132.95-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.78%
GREEN value IS 13 (5.47% from 255) = 7.93%
BLUE value IS 112 (44.14% from 255) = 68.29%
R=23.78%
G=7.93%
B=68.29%

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
Decimal39131120.650.8800.56255.7679.224.51
Hex27D7041580381004f19
Octal471516010113007040011731
Binary10011111011110000100000110110000111000100000000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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