#270466

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

Shades of Persian Indigo #270466

Tints of Persian Indigo #270466

Color information

#270466 (or 0x270466) is unknown color: approx Persian Indigo. HEX triplet: 27, 04 and 66. RGB value is (39,4,102). Sum of RGB (Red+Green+Blue) = 39+4+102=145 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.90% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 102 (40.23% from 255 or 70.34% from 145); Max value from RGB is 102 - color contains mainly: blue. Hex color #270466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270466 is #D8FB99. Grayscale: #191919. Windows color (decimal): -14220186 or 6685735. OLE color: 6685735.

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

Color convert

RGB394102-
CMYK0.620.9600.6
HSL261.43º92.45%20.78%-
HSV(B)261.43º96.08%40%-
XYZ3.281.4812.68-
YUV25.64171.1137.53-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.90%
GREEN value IS 4 (1.95% from 255) = 2.76%
BLUE value IS 102 (40.23% from 255) = 70.34%
R=26.90%
G=2.76%
B=70.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3941020.620.9600.6261.4392.4520.78
Hex274663E6003C1055c15
Octal4741467614007440513425
Binary100111100110011011111011000000111100100000101101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270466; }

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

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

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

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

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

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

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

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