#270266

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

Shades of Persian Indigo #270266

Tints of Persian Indigo #270266

Color information

#270266 (or 0x270266) is unknown color: approx Persian Indigo. HEX triplet: 27, 02 and 66. RGB value is (39,2,102). Sum of RGB (Red+Green+Blue) = 39+2+102=143 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.27% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 102 (40.23% from 255 or 71.33% from 143); Max value from RGB is 102 - color contains mainly: blue. Hex color #270266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270266 is #D8FD99. Grayscale: #181818. Windows color (decimal): -14220698 or 6685223. OLE color: 6685223.

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

Color convert

RGB392102-
CMYK0.620.9800.6
HSL262.2º96.15%20.39%-
HSV(B)262.2º98.04%40%-
XYZ3.261.4312.68-
YUV24.46171.76138.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.27%
GREEN value IS 2 (1.17% from 255) = 1.40%
BLUE value IS 102 (40.23% from 255) = 71.33%
R=27.27%
G=1.40%
B=71.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3921020.620.9800.6262.296.1520.39
Hex272663E6203C1066014
Octal4721467614207440614024
Binary10011110110011011111011000100111100100000110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270266; }

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

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

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

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

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

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

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

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