Html Css Color HEX #240372 Persian Indigo

📋 copy color: '#240372'

red 36 ◦ green 3 ◦ blue 114

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

Shades of Persian Indigo #240372

Tints of Persian Indigo #240372

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.96%

 BLUE value IS 114 (44.92% from 255) = 74.51%

R = 23.53%
G = 1.96%
B = 74.51%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#240372 (or 0x240372) is known color: Persian Indigo. HEX triplet: 24, 03 and 72. RGB value is (36,3,114). Sum of RGB (Red+Green+Blue) = 36+3+114=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 114 (44.92% from 255 or 74.51% from 153); Max value from RGB is 114 - color contains mainly: blue. Hex color #240372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240372 is #DBFC8D. Grayscale: #191919. Windows color (decimal): -14417038 or 7471908. OLE color: 7471908.

HSL color Cylindrical-coordinate representation of color #240372: hue angle of 257.84º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240372 is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 3 114 -
CMYK 0.68 0.97 0 0.55
HSL 257.84º 0.95% 0.23% -
HSV(B) 257.84º 0.97% 0.45% -
XYZ 3.8 1.66 16.04 -
YUV 25.52 177.93 135.47 -
System Red Green Blue C M Y K H S L
Decimal 36 3 114 0.68 0.97 0 0.55 257.84 0.95 0.23
Hex 24 3 72 44 61 0 37 102 5F 17
Octal 44 3 162 104 141 0 67 402 137 27
Binary 100100 11 1110010 1000100 1100001 0 110111 100000010 1011111 10111

Color Harmonies of #240372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240372

Black with #240372

Text Example


Text Example

White with #240372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240372; }

 p { color: rgb(36,3,114); }

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

background-color css

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

 a { background-color: rgb(36,3,114); }

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

border-color css

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

 span { border-color: rgb(36,3,114); }

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