#270066

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

Shades of Persian Indigo #270066

Tints of Persian Indigo #270066

Color information

#270066 (or 0x270066) is unknown color: approx Persian Indigo. HEX triplet: 27, 00 and 66. RGB value is (39,0,102). Sum of RGB (Red+Green+Blue) = 39+0+102=141 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.66% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 102 (40.23% from 255 or 72.34% from 141); Max value from RGB is 102 - color contains mainly: blue. Hex color #270066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270066 is #D8FF99. Grayscale: #161616. Windows color (decimal): -14221210 or 6684711. OLE color: 6684711.

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

Color convert

RGB390102-
CMYK0.62100.6
HSL262.94º100%20%-
HSV(B)262.94º100%40%-
XYZ3.231.3912.67-
YUV23.29172.42139.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 72.34%
R=27.66%
G=0%
B=72.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3901020.62100.6262.9410020
Hex270663E6403C1076414
Octal4701467614407440714424
Binary1001110110011011111011001000111100100000111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270066; }

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

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

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

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

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

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

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

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