Html Css Color HEX #24096B Persian Indigo

📋 copy color: '#24096B'

red 36 ◦ green 9 ◦ blue 107

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

Shades of Persian Indigo #24096B

Tints of Persian Indigo #24096B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.92%

 BLUE value IS 107 (42.19% from 255) = 70.39%

R = 23.68%
G = 5.92%
B = 70.39%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#24096B (or 0x24096B) is known color: Persian Indigo. HEX triplet: 24, 09 and 6B. RGB value is (36,9,107). Sum of RGB (Red+Green+Blue) = 36+9+107=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 107 (42.19% from 255 or 70.39% from 152); Max value from RGB is 107 - color contains mainly: blue. Hex color #24096B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24096B is #DBF694. Grayscale: #1B1B1B. Windows color (decimal): -14415509 or 7014692. OLE color: 7014692.

HSL color Cylindrical-coordinate representation of color #24096B: hue angle of 256.53º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #24096B is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 36 9 107 -
CMYK 0.66 0.92 0 0.58
HSL 256.53º 0.84% 0.23% -
HSV(B) 256.53º 0.92% 0.42% -
XYZ 3.48 1.63 14.04 -
YUV 28.25 172.45 133.53 -
System Red Green Blue C M Y K H S L
Decimal 36 9 107 0.66 0.92 0 0.58 256.53 0.84 0.23
Hex 24 9 6B 42 5C 0 3A 101 54 17
Octal 44 11 153 102 134 0 72 401 124 27
Binary 100100 1001 1101011 1000010 1011100 0 111010 100000001 1010100 10111

Color Harmonies of #24096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24096B

Black with #24096B

Text Example


Text Example

White with #24096B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24096B; }

 p { color: rgb(36,9,107); }

 H1.HeaderClassName
 {
   color: #24096B;
 }
 .AnyTagClassName
 {
   color: #24096B;
 }
</style>

background-color css

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

 a { background-color: rgb(36,9,107); }

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

border-color css

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

 span { border-color: rgb(36,9,107); }

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