#270368

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

Shades of Persian Indigo #270368

Tints of Persian Indigo #270368

Color information

#270368 (or 0x270368) is unknown color: approx Persian Indigo. HEX triplet: 27, 03 and 68. RGB value is (39,3,104). Sum of RGB (Red+Green+Blue) = 39+3+104=146 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.71% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 104 (41.02% from 255 or 71.23% from 146); Max value from RGB is 104 - color contains mainly: blue. Hex color #270368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270368 is #D8FC97. Grayscale: #181818. Windows color (decimal): -14220440 or 6816551. OLE color: 6816551.

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

Color convert

RGB393104-
CMYK0.620.9700.59
HSL261.39º94.39%20.98%-
HSV(B)261.39º97.12%40.78%-
XYZ3.371.513.21-
YUV25.28172.43137.79-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.71%
GREEN value IS 3 (1.56% from 255) = 2.05%
BLUE value IS 104 (41.02% from 255) = 71.23%
R=26.71%
G=2.05%
B=71.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3931040.620.9700.59261.3994.3920.98
Hex273683E6103B1055e15
Octal4731507614107340513625
Binary10011111110100011111011000010111011100000101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270368; }

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

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

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

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

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

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

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

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