Html Css Color HEX #24107F Persian Indigo

📋 copy color: '#24107F'

red 36 ◦ green 16 ◦ blue 127

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

Shades of Persian Indigo #24107F

Tints of Persian Indigo #24107F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.94%

 BLUE value IS 127 (50% from 255) = 70.95%

R = 20.11%
G = 8.94%
B = 70.95%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#24107F (or 0x24107F) is known color: Persian Indigo. HEX triplet: 24, 10 and 7F. RGB value is (36,16,127). Sum of RGB (Red+Green+Blue) = 36+16+127=179 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.11% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 127 (50% from 255 or 70.95% from 179); Max value from RGB is 127 - color contains mainly: blue. Hex color #24107F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24107F is #DBEF80. Grayscale: #222222. Windows color (decimal): -14413697 or 8327204. OLE color: 8327204.

HSL color Cylindrical-coordinate representation of color #24107F: hue angle of 250.81º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #24107F is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 16 127 -
CMYK 0.72 0.87 0 0.50
HSL 250.81º 0.78% 0.28% -
HSV(B) 250.81º 0.87% 0.5% -
XYZ 4.74 2.28 20.27 -
YUV 34.63 180.13 128.97 -
System Red Green Blue C M Y K H S L
Decimal 36 16 127 0.72 0.87 0 0.50 250.81 0.78 0.28
Hex 24 10 7F 48 57 0 32 FB 4E 1C
Octal 44 20 177 110 127 0 62 373 116 34
Binary 100100 10000 1111111 1001000 1010111 0 110010 11111011 1001110 11100

Color Harmonies of #24107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24107F

Black with #24107F

Text Example


Text Example

White with #24107F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24107F; }

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

 H1.HeaderClassName
 {
   color: #24107F;
 }
 .AnyTagClassName
 {
   color: #24107F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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