Html Css Color HEX #24027B Persian Indigo

📋 copy color: '#24027B'

red 36 ◦ green 2 ◦ blue 123

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

Shades of Persian Indigo #24027B

Tints of Persian Indigo #24027B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.24%

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

R = 22.36%
G = 1.24%
B = 76.4%

CMYK

 C value IS 0.71

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#24027B (or 0x24027B) is known color: Persian Indigo. HEX triplet: 24, 02 and 7B. RGB value is (36,2,123). Sum of RGB (Red+Green+Blue) = 36+2+123=161 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.36% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 123 (48.44% from 255 or 76.40% from 161); Max value from RGB is 123 - color contains mainly: blue. Hex color #24027B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #24027B is #DBFD84. Grayscale: #191919. Windows color (decimal): -14417285 or 8061476. OLE color: 8061476.

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

Color convert

RGB 36 2 123 -
CMYK 0.71 0.98 0 0.52
HSL 256.86º 0.97% 0.25% -
HSV(B) 256.86º 0.98% 0.48% -
XYZ 4.32 1.85 18.87 -
YUV 25.96 182.76 135.16 -
System Red Green Blue C M Y K H S L
Decimal 36 2 123 0.71 0.98 0 0.52 256.86 0.97 0.25
Hex 24 2 7B 47 62 0 34 101 61 19
Octal 44 2 173 107 142 0 64 401 141 31
Binary 100100 10 1111011 1000111 1100010 0 110100 100000001 1100001 11001

Color Harmonies of #24027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24027B

Black with #24027B

Text Example


Text Example

White with #24027B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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