#271368

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

Shades of Persian Indigo #271368

Tints of Persian Indigo #271368

Color information

#271368 (or 0x271368) is unknown color: approx Persian Indigo. HEX triplet: 27, 13 and 68. RGB value is (39,19,104). Sum of RGB (Red+Green+Blue) = 39+19+104=162 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.07% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 104 (41.02% from 255 or 64.20% from 162); Max value from RGB is 104 - color contains mainly: blue. Hex color #271368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #271368 is #D8EC97. Grayscale: #222222. Windows color (decimal): -14216344 or 6820647. OLE color: 6820647.

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

Color convert

RGB3919104-
CMYK0.620.8200.59
HSL254.12º69.11%24.12%-
HSV(B)254.12º81.73%40.78%-
XYZ3.571.913.27-
YUV34.67167.13131.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.07%
GREEN value IS 19 (7.81% from 255) = 11.73%
BLUE value IS 104 (41.02% from 255) = 64.20%
R=24.07%
G=11.73%
B=64.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39191040.620.8200.59254.1269.1124.12
Hex2713683E5203Bfe4518
Octal47231507612207337610530
Binary1001111001111010001111101010010011101111111110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271368; }

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

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

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

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

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

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

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

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