Html Css Color HEX #240571 Persian Indigo

📋 copy color: '#240571'

red 36 ◦ green 5 ◦ blue 113

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

Shades of Persian Indigo #240571

Tints of Persian Indigo #240571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.25%

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

R = 23.38%
G = 3.25%
B = 73.38%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#240571 (or 0x240571) is known color: Persian Indigo. HEX triplet: 24, 05 and 71. RGB value is (36,5,113). Sum of RGB (Red+Green+Blue) = 36+5+113=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 113 (44.53% from 255 or 73.38% from 154); Max value from RGB is 113 - color contains mainly: blue. Hex color #240571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240571 is #DBFA8E. Grayscale: #1A1A1A. Windows color (decimal): -14416527 or 7406884. OLE color: 7406884.

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

Color convert

RGB 36 5 113 -
CMYK 0.68 0.96 0 0.56
HSL 257.22º 0.92% 0.23% -
HSV(B) 257.22º 0.96% 0.44% -
XYZ 3.76 1.68 15.75 -
YUV 26.58 176.77 134.72 -
System Red Green Blue C M Y K H S L
Decimal 36 5 113 0.68 0.96 0 0.56 257.22 0.92 0.23
Hex 24 5 71 44 60 0 38 101 5C 17
Octal 44 5 161 104 140 0 70 401 134 27
Binary 100100 101 1110001 1000100 1100000 0 111000 100000001 1011100 10111

Color Harmonies of #240571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240571

Black with #240571

Text Example


Text Example

White with #240571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240571; }

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

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

background-color css

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

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

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

border-color css

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

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

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