#241073

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

Shades of Persian Indigo #241073

Tints of Persian Indigo #241073

Color information

#241073 (or 0x241073) is unknown color: approx Persian Indigo. HEX triplet: 24, 10 and 73. RGB value is (36,16,115). Sum of RGB (Red+Green+Blue) = 36+16+115=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 115 (45.31% from 255 or 68.86% from 167); Max value from RGB is 115 - color contains mainly: blue. Hex color #241073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241073 is #DBEF8C. Grayscale: #202020. Windows color (decimal): -14413709 or 7540772. OLE color: 7540772.

HSL color Cylindrical-coordinate representation of color #241073: hue angle of 252.12º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241073 is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3616115-
CMYK0.690.8600.55
HSL252.12º75.57%25.69%-
HSV(B)252.12º86.09%45.1%-
XYZ4.011.9816.39-
YUV33.27174.13129.95-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.56%
GREEN value IS 16 (6.64% from 255) = 9.58%
BLUE value IS 115 (45.31% from 255) = 68.86%
R=21.56%
G=9.58%
B=68.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal36161150.690.8600.55252.1275.5725.69
Hex2410734556037fc4c1a
Octal442016310512606737411432
Binary10010010000111001110001011010110011011111111100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241073; }

 p { color: rgb(36,16,115); }

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

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

 a { background-color: rgb(36,16,115); }

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

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

 span { border-color: rgb(36,16,115); }

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