#270366

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

Shades of Persian Indigo #270366

Tints of Persian Indigo #270366

Color information

#270366 (or 0x270366) is unknown color: approx Persian Indigo. HEX triplet: 27, 03 and 66. RGB value is (39,3,102). Sum of RGB (Red+Green+Blue) = 39+3+102=144 (19% of max value = 765). Red value is 39 (15.62% from 255 or 27.08% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 102 (40.23% from 255 or 70.83% from 144); Max value from RGB is 102 - color contains mainly: blue. Hex color #270366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270366 is #D8FC99. Grayscale: #181818. Windows color (decimal): -14220442 or 6685479. OLE color: 6685479.

HSL color Cylindrical-coordinate representation of color #270366: hue angle of 261.82º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #270366 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB393102-
CMYK0.620.9700.6
HSL261.82º94.29%20.59%-
HSV(B)261.82º97.06%40%-
XYZ3.271.4612.68-
YUV25.05171.43137.95-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.08%
GREEN value IS 3 (1.56% from 255) = 2.08%
BLUE value IS 102 (40.23% from 255) = 70.83%
R=27.08%
G=2.08%
B=70.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3931020.620.9700.6261.8294.2920.59
Hex273663E6103C1065e15
Octal4731467614107440613625
Binary10011111110011011111011000010111100100000110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270366; }

 p { color: rgb(39,3,102); }

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

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

 a { background-color: rgb(39,3,102); }

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

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

 span { border-color: rgb(39,3,102); }

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