Html Css Color HEX #241481 Persian Indigo

📋 copy color: '#241481'

red 36 ◦ green 20 ◦ blue 129

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

Shades of Persian Indigo #241481

Tints of Persian Indigo #241481

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.81%

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

R = 19.46%
G = 10.81%
B = 69.73%

CMYK

 C value IS 0.72

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#241481 (or 0x241481) is known color: Persian Indigo. HEX triplet: 24, 14 and 81. RGB value is (36,20,129). Sum of RGB (Red+Green+Blue) = 36+20+129=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 129 (50.78% from 255 or 69.73% from 185); Max value from RGB is 129 - color contains mainly: blue. Hex color #241481 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241481 is #DBEB7E. Grayscale: #242424. Windows color (decimal): -14412671 or 8459300. OLE color: 8459300.

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

Color convert

RGB 36 20 129 -
CMYK 0.72 0.84 0 0.49
HSL 248.81º 0.73% 0.29% -
HSV(B) 248.81º 0.84% 0.51% -
XYZ 4.94 2.46 20.98 -
YUV 37.21 179.8 127.14 -
System Red Green Blue C M Y K H S L
Decimal 36 20 129 0.72 0.84 0 0.49 248.81 0.73 0.29
Hex 24 14 81 48 54 0 31 F9 49 1D
Octal 44 24 201 110 124 0 61 371 111 35
Binary 100100 10100 10000001 1001000 1010100 0 110001 11111001 1001001 11101

Color Harmonies of #241481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241481

Black with #241481

Text Example


Text Example

White with #241481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241481; }

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

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

background-color css

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

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

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

border-color css

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

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

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