Html Css Color HEX #24005E Persian Indigo

📋 copy color: '#24005E'

red 36 ◦ green 0 ◦ blue 94

#24005E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #24005E

Tints of Persian Indigo #24005E

RGB

 RED value IS 36 (14.45% from 255) = 27.69%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 94 (37.11% from 255) = 72.31%

R = 27.69%
G = 0%
B = 72.31%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#24005E (or 0x24005E) is known color: Persian Indigo. HEX triplet: 24, 00 and 5E. RGB value is (36,0,94). Sum of RGB (Red+Green+Blue) = 36+0+94=130 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.69% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 94 (37.11% from 255 or 72.31% from 130); Max value from RGB is 94 - color contains mainly: blue. Hex color #24005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24005E is #DBFFA1. Grayscale: #151515. Windows color (decimal): -14417826 or 6160420. OLE color: 6160420.

HSL color Cylindrical-coordinate representation of color #24005E: hue angle of 262.98º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24005E is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 36 0 94 -
CMYK 0.62 1 0 0.63
HSL 262.98º 1% 0.18% -
HSV(B) 262.98º 1% 0.37% -
XYZ 2.75 1.18 10.67 -
YUV 21.48 168.93 138.36 -
System Red Green Blue C M Y K H S L
Decimal 36 0 94 0.62 1 0 0.63 262.98 1 0.18
Hex 24 0 5E 3E 64 0 3F 107 64 12
Octal 44 0 136 76 144 0 77 407 144 22
Binary 100100 0 1011110 111110 1100100 0 111111 100000111 1100100 10010

Color Harmonies of #24005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24005E

Black with #24005E

Text Example


Text Example

White with #24005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24005E; }

 p { color: rgb(36,0,94); }

 H1.HeaderClassName
 {
   color: #24005E;
 }
 .AnyTagClassName
 {
   color: #24005E;
 }
</style>

background-color css

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

 a { background-color: rgb(36,0,94); }

 div.DivClassName
 {
   background-color: #24005E;
 }
 .BgClassName
 {
   background-color: #24005E;
 }
</style>

border-color css

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

 span { border-color: rgb(36,0,94); }

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