Html Css Color HEX #240971 Persian Indigo

📋 copy color: '#240971'

red 36 ◦ green 9 ◦ blue 113

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

Shades of Persian Indigo #240971

Tints of Persian Indigo #240971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.7%

 BLUE value IS 113 (44.53% from 255) = 71.52%

R = 22.78%
G = 5.7%
B = 71.52%

CMYK

 C value IS 0.68

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#240971 (or 0x240971) is known color: Persian Indigo. HEX triplet: 24, 09 and 71. RGB value is (36,9,113). Sum of RGB (Red+Green+Blue) = 36+9+113=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 113 (44.53% from 255 or 71.52% from 158); Max value from RGB is 113 - color contains mainly: blue. Hex color #240971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240971 is #DBF68E. Grayscale: #1C1C1C. Windows color (decimal): -14415503 or 7407908. OLE color: 7407908.

HSL color Cylindrical-coordinate representation of color #240971: hue angle of 255.58º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240971 is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 9 113 -
CMYK 0.68 0.92 0 0.56
HSL 255.58º 0.85% 0.24% -
HSV(B) 255.58º 0.92% 0.44% -
XYZ 3.81 1.76 15.76 -
YUV 28.93 175.45 133.04 -
System Red Green Blue C M Y K H S L
Decimal 36 9 113 0.68 0.92 0 0.56 255.58 0.85 0.24
Hex 24 9 71 44 5C 0 38 100 55 18
Octal 44 11 161 104 134 0 70 400 125 30
Binary 100100 1001 1110001 1000100 1011100 0 111000 100000000 1010101 11000

Color Harmonies of #240971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240971

Black with #240971

Text Example


Text Example

White with #240971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240971; }

 p { color: rgb(36,9,113); }

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

background-color css

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

 a { background-color: rgb(36,9,113); }

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

border-color css

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

 span { border-color: rgb(36,9,113); }

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