Html Css Color HEX #240376 Persian Indigo

📋 copy color: '#240376'

red 36 ◦ green 3 ◦ blue 118

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

Shades of Persian Indigo #240376

Tints of Persian Indigo #240376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 75.16%

R = 22.93%
G = 1.91%
B = 75.16%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#240376 (or 0x240376) is known color: Persian Indigo. HEX triplet: 24, 03 and 76. RGB value is (36,3,118). Sum of RGB (Red+Green+Blue) = 36+3+118=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 118 (46.48% from 255 or 75.16% from 157); Max value from RGB is 118 - color contains mainly: blue. Hex color #240376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240376 is #DBFC89. Grayscale: #191919. Windows color (decimal): -14417034 or 7734052. OLE color: 7734052.

HSL color Cylindrical-coordinate representation of color #240376: hue angle of 257.22º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240376 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 36 3 118 -
CMYK 0.69 0.97 0 0.54
HSL 257.22º 0.95% 0.24% -
HSV(B) 257.22º 0.97% 0.46% -
XYZ 4.03 1.75 17.26 -
YUV 25.98 179.93 135.15 -
System Red Green Blue C M Y K H S L
Decimal 36 3 118 0.69 0.97 0 0.54 257.22 0.95 0.24
Hex 24 3 76 45 61 0 36 101 5F 18
Octal 44 3 166 105 141 0 66 401 137 30
Binary 100100 11 1110110 1000101 1100001 0 110110 100000001 1011111 11000

Color Harmonies of #240376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240376

Black with #240376

Text Example


Text Example

White with #240376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240376; }

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

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

background-color css

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

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

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

border-color css

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

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

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