Html Css Color HEX #240071 Persian Indigo

📋 copy color: '#240071'

red 36 ◦ green 0 ◦ blue 113

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

Shades of Persian Indigo #240071

Tints of Persian Indigo #240071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 24.16%
G = 0%
B = 75.84%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#240071 (or 0x240071) is known color: Persian Indigo. HEX triplet: 24, 00 and 71. RGB value is (36,0,113). Sum of RGB (Red+Green+Blue) = 36+0+113=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 113 (44.53% from 255 or 75.84% from 149); Max value from RGB is 113 - color contains mainly: blue. Hex color #240071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240071 is #DBFF8E. Grayscale: #171717. Windows color (decimal): -14417807 or 7405604. OLE color: 7405604.

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

Color convert

RGB 36 0 113 -
CMYK 0.68 1 0 0.56
HSL 259.12º 1% 0.22% -
HSV(B) 259.12º 1% 0.44% -
XYZ 3.71 1.57 15.73 -
YUV 23.65 178.43 136.81 -
System Red Green Blue C M Y K H S L
Decimal 36 0 113 0.68 1 0 0.56 259.12 1 0.22
Hex 24 0 71 44 64 0 38 103 64 16
Octal 44 0 161 104 144 0 70 403 144 26
Binary 100100 0 1110001 1000100 1100100 0 111000 100000011 1100100 10110

Color Harmonies of #240071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240071

Black with #240071

Text Example


Text Example

White with #240071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240071; }

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

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

background-color css

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

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

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

border-color css

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

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

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