Html Css Color HEX #240171 Persian Indigo

📋 copy color: '#240171'

red 36 ◦ green 1 ◦ blue 113

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

Shades of Persian Indigo #240171

Tints of Persian Indigo #240171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

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

R = 24%
G = 0.67%
B = 75.33%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#240171 (or 0x240171) is known color: Persian Indigo. HEX triplet: 24, 01 and 71. RGB value is (36,1,113). Sum of RGB (Red+Green+Blue) = 36+1+113=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 113 (44.53% from 255 or 75.33% from 150); Max value from RGB is 113 - color contains mainly: blue. Hex color #240171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240171 is #DBFE8E. Grayscale: #171717. Windows color (decimal): -14417551 or 7405860. OLE color: 7405860.

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

Color convert

RGB 36 1 113 -
CMYK 0.68 0.99 0 0.56
HSL 258.75º 0.98% 0.22% -
HSV(B) 258.75º 0.99% 0.44% -
XYZ 3.72 1.59 15.73 -
YUV 24.23 178.1 136.39 -
System Red Green Blue C M Y K H S L
Decimal 36 1 113 0.68 0.99 0 0.56 258.75 0.98 0.22
Hex 24 1 71 44 63 0 38 103 62 16
Octal 44 1 161 104 143 0 70 403 142 26
Binary 100100 1 1110001 1000100 1100011 0 111000 100000011 1100010 10110

Color Harmonies of #240171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240171

Black with #240171

Text Example


Text Example

White with #240171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240171; }

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

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

background-color css

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

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

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

border-color css

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

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

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