#270964

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

Shades of Persian Indigo #270964

Tints of Persian Indigo #270964

Color information

#270964 (or 0x270964) is unknown color: approx Persian Indigo. HEX triplet: 27, 09 and 64. RGB value is (39,9,100). Sum of RGB (Red+Green+Blue) = 39+9+100=148 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.35% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 100 (39.45% from 255 or 67.57% from 148); Max value from RGB is 100 - color contains mainly: blue. Hex color #270964 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270964 is #D8F69B. Grayscale: #1C1C1C. Windows color (decimal): -14218908 or 6555943. OLE color: 6555943.

HSL color Cylindrical-coordinate representation of color #270964: hue angle of 259.78º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #270964 is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB399100-
CMYK0.610.9100.61
HSL259.78º83.49%21.37%-
HSV(B)259.78º91%39.22%-
XYZ3.231.5512.18-
YUV28.34168.44135.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.35%
GREEN value IS 9 (3.91% from 255) = 6.08%
BLUE value IS 100 (39.45% from 255) = 67.57%
R=26.35%
G=6.08%
B=67.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3991000.610.9100.61259.7883.4921.37
Hex279643D5B03D1045315
Octal47111447513307540412325
Binary1001111001110010011110110110110111101100000100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270964; }

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

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

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

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

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

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

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

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