Html Css Color HEX #240374 Persian Indigo

📋 copy color: '#240374'

red 36 ◦ green 3 ◦ blue 116

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

Shades of Persian Indigo #240374

Tints of Persian Indigo #240374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 74.84%

R = 23.23%
G = 1.94%
B = 74.84%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#240374 (or 0x240374) is known color: Persian Indigo. HEX triplet: 24, 03 and 74. RGB value is (36,3,116). Sum of RGB (Red+Green+Blue) = 36+3+116=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 116 (45.70% from 255 or 74.84% from 155); Max value from RGB is 116 - color contains mainly: blue. Hex color #240374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240374 is #DBFC8B. Grayscale: #191919. Windows color (decimal): -14417036 or 7602980. OLE color: 7602980.

HSL color Cylindrical-coordinate representation of color #240374: hue angle of 257.52º 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 #240374 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 36 3 116 -
CMYK 0.69 0.97 0 0.55
HSL 257.52º 0.95% 0.23% -
HSV(B) 257.52º 0.97% 0.45% -
XYZ 3.91 1.7 16.65 -
YUV 25.75 178.93 135.31 -
System Red Green Blue C M Y K H S L
Decimal 36 3 116 0.69 0.97 0 0.55 257.52 0.95 0.23
Hex 24 3 74 45 61 0 37 102 5F 17
Octal 44 3 164 105 141 0 67 402 137 27
Binary 100100 11 1110100 1000101 1100001 0 110111 100000010 1011111 10111

Color Harmonies of #240374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240374

Black with #240374

Text Example


Text Example

White with #240374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240374; }

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

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

background-color css

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

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

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

border-color css

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

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

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