Html Css Color HEX #24147B Persian Indigo

📋 copy color: '#24147B'

red 36 ◦ green 20 ◦ blue 123

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

Shades of Persian Indigo #24147B

Tints of Persian Indigo #24147B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.17%

 BLUE value IS 123 (48.44% from 255) = 68.72%

R = 20.11%
G = 11.17%
B = 68.72%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#24147B (or 0x24147B) is known color: Persian Indigo. HEX triplet: 24, 14 and 7B. RGB value is (36,20,123). Sum of RGB (Red+Green+Blue) = 36+20+123=179 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.11% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 123 (48.44% from 255 or 68.72% from 179); Max value from RGB is 123 - color contains mainly: blue. Hex color #24147B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24147B is #DBEB84. Grayscale: #242424. Windows color (decimal): -14412677 or 8066084. OLE color: 8066084.

HSL color Cylindrical-coordinate representation of color #24147B: hue angle of 249.32º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24147B is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 36 20 123 -
CMYK 0.71 0.84 0 0.52
HSL 249.32º 0.72% 0.28% -
HSV(B) 249.32º 0.84% 0.48% -
XYZ 4.55 2.31 18.94 -
YUV 36.53 176.8 127.62 -
System Red Green Blue C M Y K H S L
Decimal 36 20 123 0.71 0.84 0 0.52 249.32 0.72 0.28
Hex 24 14 7B 47 54 0 34 F9 48 1C
Octal 44 24 173 107 124 0 64 371 110 34
Binary 100100 10100 1111011 1000111 1010100 0 110100 11111001 1001000 11100

Color Harmonies of #24147B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24147B

Black with #24147B

Text Example


Text Example

White with #24147B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,20,123); }

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

background-color css

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

 a { background-color: rgb(36,20,123); }

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

border-color css

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

 span { border-color: rgb(36,20,123); }

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