#241378

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

Shades of Persian Indigo #241378

Tints of Persian Indigo #241378

Color information

#241378 (or 0x241378) is unknown color: approx Persian Indigo. HEX triplet: 24, 13 and 78. RGB value is (36,19,120). Sum of RGB (Red+Green+Blue) = 36+19+120=175 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.57% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 120 (47.27% from 255 or 68.57% from 175); Max value from RGB is 120 - color contains mainly: blue. Hex color #241378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241378 is #DBEC87. Grayscale: #232323. Windows color (decimal): -14412936 or 7869220. OLE color: 7869220.

HSL color Cylindrical-coordinate representation of color #241378: hue angle of 250.1º 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 #241378 is Cyan = 0.7, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3619120-
CMYK0.70.8400.53
HSL250.1º72.66%27.25%-
HSV(B)250.1º84.17%47.06%-
XYZ4.352.217.96-
YUV35.6175.63128.29-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.57%
GREEN value IS 19 (7.81% from 255) = 10.86%
BLUE value IS 120 (47.27% from 255) = 68.57%
R=20.57%
G=10.86%
B=68.57%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal36191200.70.8400.53250.172.6627.25
Hex2413784654035fa491b
Octal442317010612406537211133
Binary10010010011111100010001101010100011010111111010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241378; }

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

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

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

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

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

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

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

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