Html Css Color HEX #241081 Persian Indigo

📋 copy color: '#241081'

red 36 ◦ green 16 ◦ blue 129

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

Shades of Persian Indigo #241081

Tints of Persian Indigo #241081

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.84%

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

R = 19.89%
G = 8.84%
B = 71.27%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#241081 (or 0x241081) is known color: Persian Indigo. HEX triplet: 24, 10 and 81. RGB value is (36,16,129). Sum of RGB (Red+Green+Blue) = 36+16+129=181 (23% of max value = 765). Red value is 36 (14.45% from 255 or 19.89% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 129 (50.78% from 255 or 71.27% from 181); Max value from RGB is 129 - color contains mainly: blue. Hex color #241081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241081 is #DBEF7E. Grayscale: #222222. Windows color (decimal): -14413695 or 8458276. OLE color: 8458276.

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

Color convert

RGB 36 16 129 -
CMYK 0.72 0.88 0 0.49
HSL 250.62º 0.78% 0.28% -
HSV(B) 250.62º 0.88% 0.51% -
XYZ 4.88 2.33 20.96 -
YUV 34.86 181.13 128.81 -
System Red Green Blue C M Y K H S L
Decimal 36 16 129 0.72 0.88 0 0.49 250.62 0.78 0.28
Hex 24 10 81 48 58 0 31 FB 4E 1C
Octal 44 20 201 110 130 0 61 373 116 34
Binary 100100 10000 10000001 1001000 1011000 0 110001 11111011 1001110 11100

Color Harmonies of #241081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241081

Black with #241081

Text Example


Text Example

White with #241081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241081; }

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

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

background-color css

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

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

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

border-color css

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

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

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