#270178

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

Shades of Persian Indigo #270178

Tints of Persian Indigo #270178

Color information

#270178 (or 0x270178) is unknown color: approx Persian Indigo. HEX triplet: 27, 01 and 78. RGB value is (39,1,120). Sum of RGB (Red+Green+Blue) = 39+1+120=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 120 (47.27% from 255 or 75% from 160); Max value from RGB is 120 - color contains mainly: blue. Hex color #270178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270178 is #D8FE87. Grayscale: #191919. Windows color (decimal): -14220936 or 7864615. OLE color: 7864615.

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

Color convert

RGB391120-
CMYK0.670.9900.53
HSL259.16º98.35%23.73%-
HSV(B)259.16º99.17%47.06%-
XYZ4.241.8117.9-
YUV25.93181.09137.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.38%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 120 (47.27% from 255) = 75%
R=24.38%
G=0.62%
B=75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3911200.670.9900.53259.1698.3523.73
Hex2717843630351036218
Octal47117010314306540314230
Binary10011111111000100001111000110110101100000011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270178; }

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

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

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

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

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

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

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

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