#24067A

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

Shades of Persian Indigo #24067A

Tints of Persian Indigo #24067A

Color information

#24067A (or 0x24067A) is unknown color: approx Persian Indigo. HEX triplet: 24, 06 and 7A. RGB value is (36,6,122). Sum of RGB (Red+Green+Blue) = 36+6+122=164 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.95% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 122 (48.05% from 255 or 74.39% from 164); Max value from RGB is 122 - color contains mainly: blue. Hex color #24067A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24067A is #DBF985. Grayscale: #1B1B1B. Windows color (decimal): -14416262 or 7996964. OLE color: 7996964.

HSL color Cylindrical-coordinate representation of color #24067A: hue angle of 255.52º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #24067A is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB366122-
CMYK0.700.9500.52
HSL255.52º90.62%25.1%-
HSV(B)255.52º95.08%47.84%-
XYZ4.311.9118.55-
YUV28.19180.94133.57-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.95%
GREEN value IS 6 (2.73% from 255) = 3.66%
BLUE value IS 122 (48.05% from 255) = 74.39%
R=21.95%
G=3.66%
B=74.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3661220.700.9500.52255.5290.6225.1
Hex2467A465F0341005b19
Octal44617210613706440013331
Binary1001001101111010100011010111110110100100000000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24067A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24067A; }

 p { color: rgb(36,6,122); }

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

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

 a { background-color: rgb(36,6,122); }

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

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

 span { border-color: rgb(36,6,122); }

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