#270878

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

Shades of Persian Indigo #270878

Tints of Persian Indigo #270878

Color information

#270878 (or 0x270878) is unknown color: approx Persian Indigo. HEX triplet: 27, 08 and 78. RGB value is (39,8,120). Sum of RGB (Red+Green+Blue) = 39+8+120=167 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.35% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 120 (47.27% from 255 or 71.86% from 167); Max value from RGB is 120 - color contains mainly: blue. Hex color #270878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270878 is #D8F787. Grayscale: #1D1D1D. Windows color (decimal): -14219144 or 7866407. OLE color: 7866407.

HSL color Cylindrical-coordinate representation of color #270878: hue angle of 256.61º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #270878 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB398120-
CMYK0.670.9300.53
HSL256.61º87.5%25.1%-
HSV(B)256.61º93.33%47.06%-
XYZ4.311.9617.92-
YUV30.04178.77134.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.35%
GREEN value IS 8 (3.52% from 255) = 4.79%
BLUE value IS 120 (47.27% from 255) = 71.86%
R=23.35%
G=4.79%
B=71.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3981200.670.9300.53256.6187.525.1
Hex27878435D0351015819
Octal471017010313506540113031
Binary10011110001111000100001110111010110101100000001101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270878; }

 p { color: rgb(39,8,120); }

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

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

 a { background-color: rgb(39,8,120); }

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

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

 span { border-color: rgb(39,8,120); }

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