#291378

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

Shades of Persian Indigo #291378

Tints of Persian Indigo #291378

Color information

#291378 (or 0x291378) is unknown color: approx Persian Indigo. HEX triplet: 29, 13 and 78. RGB value is (41,19,120). Sum of RGB (Red+Green+Blue) = 41+19+120=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 120 (47.27% from 255 or 66.67% from 180); Max value from RGB is 120 - color contains mainly: blue. Hex color #291378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291378 is #D6EC87. Grayscale: #242424. Windows color (decimal): -14085256 or 7869225. OLE color: 7869225.

HSL color Cylindrical-coordinate representation of color #291378: hue angle of 253.07º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #291378 is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4119120-
CMYK0.660.8400.53
HSL253.07º72.66%27.25%-
HSV(B)253.07º84.17%47.06%-
XYZ4.542.2917.97-
YUV37.09174.79130.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.78%
GREEN value IS 19 (7.81% from 255) = 10.56%
BLUE value IS 120 (47.27% from 255) = 66.67%
R=22.78%
G=10.56%
B=66.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41191200.660.8400.53253.0772.6627.25
Hex2913784254035fd491b
Octal512317010212406537511133
Binary10100110011111100010000101010100011010111111101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291378; }

 p { color: rgb(41,19,120); }

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

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

 a { background-color: rgb(41,19,120); }

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

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

 span { border-color: rgb(41,19,120); }

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