Html Css Color HEX #24055E Persian Indigo

📋 copy color: '#24055E'

red 36 ◦ green 5 ◦ blue 94

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

Shades of Persian Indigo #24055E

Tints of Persian Indigo #24055E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.7%

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

R = 26.67%
G = 3.7%
B = 69.63%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#24055E (or 0x24055E) is known color: Persian Indigo. HEX triplet: 24, 05 and 5E. RGB value is (36,5,94). Sum of RGB (Red+Green+Blue) = 36+5+94=135 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.67% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 94 (37.11% from 255 or 69.63% from 135); Max value from RGB is 94 - color contains mainly: blue. Hex color #24055E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24055E is #DBFAA1. Grayscale: #181818. Windows color (decimal): -14416546 or 6161700. OLE color: 6161700.

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

Color convert

RGB 36 5 94 -
CMYK 0.62 0.95 0 0.63
HSL 260.9º 0.9% 0.19% -
HSV(B) 260.9º 0.95% 0.37% -
XYZ 2.8 1.29 10.69 -
YUV 24.42 167.27 136.26 -
System Red Green Blue C M Y K H S L
Decimal 36 5 94 0.62 0.95 0 0.63 260.9 0.9 0.19
Hex 24 5 5E 3E 5F 0 3F 105 5A 13
Octal 44 5 136 76 137 0 77 405 132 23
Binary 100100 101 1011110 111110 1011111 0 111111 100000101 1011010 10011

Color Harmonies of #24055E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24055E

Black with #24055E

Text Example


Text Example

White with #24055E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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