#270268

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

Shades of Persian Indigo #270268

Tints of Persian Indigo #270268

Color information

#270268 (or 0x270268) is unknown color: approx Persian Indigo. HEX triplet: 27, 02 and 68. RGB value is (39,2,104). Sum of RGB (Red+Green+Blue) = 39+2+104=145 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.90% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 104 (41.02% from 255 or 71.72% from 145); Max value from RGB is 104 - color contains mainly: blue. Hex color #270268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270268 is #D8FD97. Grayscale: #181818. Windows color (decimal): -14220696 or 6816295. OLE color: 6816295.

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

Color convert

RGB392104-
CMYK0.620.9800.59
HSL261.76º96.23%20.78%-
HSV(B)261.76º98.08%40.78%-
XYZ3.361.4713.2-
YUV24.69172.76138.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.90%
GREEN value IS 2 (1.17% from 255) = 1.38%
BLUE value IS 104 (41.02% from 255) = 71.72%
R=26.90%
G=1.38%
B=71.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3921040.620.9800.59261.7696.2320.78
Hex272683E6203B1066015
Octal4721507614207340614025
Binary10011110110100011111011000100111011100000110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270268; }

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

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

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

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

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

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

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

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