#270989

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

Shades of Persian Indigo #270989

Tints of Persian Indigo #270989

Color information

#270989 (or 0x270989) is unknown color: approx Persian Indigo. HEX triplet: 27, 09 and 89. RGB value is (39,9,137). Sum of RGB (Red+Green+Blue) = 39+9+137=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 137 (53.91% from 255 or 74.05% from 185); Max value from RGB is 137 - color contains mainly: blue. Hex color #270989 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270989 is #D8F676. Grayscale: #202020. Windows color (decimal): -14218871 or 8980775. OLE color: 8980775.

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

Color convert

RGB399137-
CMYK0.720.9300.46
HSL254.06º87.67%28.63%-
HSV(B)254.06º93.43%53.73%-
XYZ5.452.4323.85-
YUV32.56186.94132.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.08%
GREEN value IS 9 (3.91% from 255) = 4.86%
BLUE value IS 137 (53.91% from 255) = 74.05%
R=21.08%
G=4.86%
B=74.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3991370.720.9300.46254.0687.6728.63
Hex27989485D02Efe581d
Octal471121111013505637613035
Binary10011110011000100110010001011101010111011111110101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270989; }

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

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

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

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

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

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

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

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