#270D8D

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

Shades of Persian Indigo #270D8D

Tints of Persian Indigo #270D8D

Color information

#270D8D (or 0x270D8D) is unknown color: approx Persian Indigo. HEX triplet: 27, 0D and 8D. RGB value is (39,13,141). Sum of RGB (Red+Green+Blue) = 39+13+141=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 141 (55.47% from 255 or 73.06% from 193); Max value from RGB is 141 - color contains mainly: blue. Hex color #270D8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270D8D is #D8F272. Grayscale: #222222. Windows color (decimal): -14217843 or 9243943. OLE color: 9243943.

HSL color Cylindrical-coordinate representation of color #270D8D: hue angle of 252.19º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #270D8D is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3913141-
CMYK0.720.9100.45
HSL252.19º83.12%30.2%-
HSV(B)252.19º90.78%55.29%-
XYZ5.792.6425.4-
YUV35.37187.61130.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.21%
GREEN value IS 13 (5.47% from 255) = 6.74%
BLUE value IS 141 (55.47% from 255) = 73.06%
R=20.21%
G=6.74%
B=73.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal39131410.720.9100.45252.1983.1230.2
Hex27D8D485B02Dfc531e
Octal471521511013305537412336
Binary10011111011000110110010001011011010110111111100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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