Html Css Color HEX #241080 Persian Indigo

📋 copy color: '#241080'

red 36 ◦ green 16 ◦ blue 128

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

Shades of Persian Indigo #241080

Tints of Persian Indigo #241080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 71.11%

R = 20%
G = 8.89%
B = 71.11%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#241080 (or 0x241080) is known color: Persian Indigo. HEX triplet: 24, 10 and 80. RGB value is (36,16,128). Sum of RGB (Red+Green+Blue) = 36+16+128=180 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 128 (50.39% from 255 or 71.11% from 180); Max value from RGB is 128 - color contains mainly: blue. Hex color #241080 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #241080 is #DBEF7F. Grayscale: #222222. Windows color (decimal): -14413696 or 8392740. OLE color: 8392740.

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

Color convert

RGB 36 16 128 -
CMYK 0.72 0.88 0 0.50
HSL 250.71º 0.78% 0.28% -
HSV(B) 250.71º 0.88% 0.5% -
XYZ 4.81 2.3 20.61 -
YUV 34.75 180.63 128.89 -
System Red Green Blue C M Y K H S L
Decimal 36 16 128 0.72 0.88 0 0.50 250.71 0.78 0.28
Hex 24 10 80 48 58 0 32 FB 4E 1C
Octal 44 20 200 110 130 0 62 373 116 34
Binary 100100 10000 10000000 1001000 1011000 0 110010 11111011 1001110 11100

Color Harmonies of #241080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241080

Black with #241080

Text Example


Text Example

White with #241080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241080; }

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

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

background-color css

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

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

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

border-color css

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

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

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