Html Css Color HEX #240081 Persian Indigo

📋 copy color: '#240081'

red 36 ◦ green 0 ◦ blue 129

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

Shades of Persian Indigo #240081

Tints of Persian Indigo #240081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 78.18%

R = 21.82%
G = 0%
B = 78.18%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#240081 (or 0x240081) is known color: Persian Indigo. HEX triplet: 24, 00 and 81. RGB value is (36,0,129). Sum of RGB (Red+Green+Blue) = 36+0+129=165 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.82% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 129 (50.78% from 255 or 78.18% from 165); Max value from RGB is 129 - color contains mainly: blue. Hex color #240081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240081 is #DBFF7E. Grayscale: #181818. Windows color (decimal): -14417791 or 8454180. OLE color: 8454180.

HSL color Cylindrical-coordinate representation of color #240081: hue angle of 256.74º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #240081 is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 0 129 -
CMYK 0.72 1 0 0.49
HSL 256.74º 1% 0.25% -
HSV(B) 256.74º 1% 0.51% -
XYZ 4.69 1.96 20.9 -
YUV 25.47 186.43 135.51 -
System Red Green Blue C M Y K H S L
Decimal 36 0 129 0.72 1 0 0.49 256.74 1 0.25
Hex 24 0 81 48 64 0 31 101 64 19
Octal 44 0 201 110 144 0 61 401 144 31
Binary 100100 0 10000001 1001000 1100100 0 110001 100000001 1100100 11001

Color Harmonies of #240081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240081

Black with #240081

Text Example


Text Example

White with #240081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240081; }

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

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

background-color css

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

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

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

border-color css

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

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

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