Html Css Color HEX #241581 Persian Indigo

📋 copy color: '#241581'

red 36 ◦ green 21 ◦ blue 129

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

Shades of Persian Indigo #241581

Tints of Persian Indigo #241581

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.29%

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

R = 19.35%
G = 11.29%
B = 69.35%

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

#241581 (or 0x241581) is known color: Persian Indigo. HEX triplet: 24, 15 and 81. RGB value is (36,21,129). Sum of RGB (Red+Green+Blue) = 36+21+129=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 129 (50.78% from 255 or 69.35% from 186); Max value from RGB is 129 - color contains mainly: blue. Hex color #241581 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241581 is #DBEA7E. Grayscale: #252525. Windows color (decimal): -14412415 or 8459556. OLE color: 8459556.

HSL color Cylindrical-coordinate representation of color #241581: hue angle of 248.33º degrees, saturation: 0.72, 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 #241581 is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 21 129 -
CMYK 0.72 0.84 0 0.49
HSL 248.33º 0.72% 0.29% -
HSV(B) 248.33º 0.84% 0.51% -
XYZ 4.96 2.5 20.99 -
YUV 37.8 179.47 126.72 -
System Red Green Blue C M Y K H S L
Decimal 36 21 129 0.72 0.84 0 0.49 248.33 0.72 0.29
Hex 24 15 81 48 54 0 31 F8 48 1D
Octal 44 25 201 110 124 0 61 370 110 35
Binary 100100 10101 10000001 1001000 1010100 0 110001 11111000 1001000 11101

Color Harmonies of #241581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241581

Black with #241581

Text Example


Text Example

White with #241581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241581; }

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

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

background-color css

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

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

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

border-color css

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

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

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