#270689

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

Shades of Persian Indigo #270689

Tints of Persian Indigo #270689

Color information

#270689 (or 0x270689) is unknown color: approx Persian Indigo. HEX triplet: 27, 06 and 89. RGB value is (39,6,137). Sum of RGB (Red+Green+Blue) = 39+6+137=182 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.43% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 137 (53.91% from 255 or 75.27% from 182); Max value from RGB is 137 - color contains mainly: blue. Hex color #270689 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270689 is #D8F976. Grayscale: #1E1E1E. Windows color (decimal): -14219639 or 8980007. OLE color: 8980007.

HSL color Cylindrical-coordinate representation of color #270689: hue angle of 255.11º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #270689 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB396137-
CMYK0.720.9600.46
HSL255.11º91.61%28.04%-
HSV(B)255.11º95.62%53.73%-
XYZ5.422.3723.84-
YUV30.8187.93133.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.43%
GREEN value IS 6 (2.73% from 255) = 3.30%
BLUE value IS 137 (53.91% from 255) = 75.27%
R=21.43%
G=3.30%
B=75.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3961370.720.9600.46255.1191.6128.04
Hex27689486002Eff5c1c
Octal47621111014005637713434
Binary1001111101000100110010001100000010111011111111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270689; }

 p { color: rgb(39,6,137); }

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

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

 a { background-color: rgb(39,6,137); }

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

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

 span { border-color: rgb(39,6,137); }

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