#270277

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

Shades of Persian Indigo #270277

Tints of Persian Indigo #270277

Color information

#270277 (or 0x270277) is unknown color: approx Persian Indigo. HEX triplet: 27, 02 and 77. RGB value is (39,2,119). Sum of RGB (Red+Green+Blue) = 39+2+119=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 119 (46.88% from 255 or 74.38% from 160); Max value from RGB is 119 - color contains mainly: blue. Hex color #270277 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270277 is #D8FD88. Grayscale: #191919. Windows color (decimal): -14220681 or 7799335. OLE color: 7799335.

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

Color convert

RGB392119-
CMYK0.670.9800.53
HSL258.97º96.69%23.73%-
HSV(B)258.97º98.32%46.67%-
XYZ4.191.8117.58-
YUV26.4180.26136.99-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.38%
GREEN value IS 2 (1.17% from 255) = 1.25%
BLUE value IS 119 (46.88% from 255) = 74.38%
R=24.38%
G=1.25%
B=74.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3921190.670.9800.53258.9796.6923.73
Hex2727743620351036118
Octal47216710314206540314130
Binary100111101110111100001111000100110101100000011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270277; }

 p { color: rgb(39,2,119); }

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

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

 a { background-color: rgb(39,2,119); }

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

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

 span { border-color: rgb(39,2,119); }

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