#270974

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

Shades of Persian Indigo #270974

Tints of Persian Indigo #270974

Color information

#270974 (or 0x270974) is unknown color: approx Persian Indigo. HEX triplet: 27, 09 and 74. RGB value is (39,9,116). Sum of RGB (Red+Green+Blue) = 39+9+116=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 116 (45.70% from 255 or 70.73% from 164); Max value from RGB is 116 - color contains mainly: blue. Hex color #270974 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270974 is #D8F68B. Grayscale: #1D1D1D. Windows color (decimal): -14218892 or 7604519. OLE color: 7604519.

HSL color Cylindrical-coordinate representation of color #270974: hue angle of 256.82º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #270974 is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB399116-
CMYK0.660.9200.55
HSL256.82º85.6%24.51%-
HSV(B)256.82º92.24%45.49%-
XYZ4.091.8916.67-
YUV30.17176.44134.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.78%
GREEN value IS 9 (3.91% from 255) = 5.49%
BLUE value IS 116 (45.70% from 255) = 70.73%
R=23.78%
G=5.49%
B=70.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3991160.660.9200.55256.8285.624.51
Hex27974425C0371015619
Octal471116410213406740112631
Binary10011110011110100100001010111000110111100000001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270974; }

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

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

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

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

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

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

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

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