Html Css Color HEX #241079 Persian Indigo

📋 copy color: '#241079'

red 36 ◦ green 16 ◦ blue 121

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

Shades of Persian Indigo #241079

Tints of Persian Indigo #241079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 69.94%

R = 20.81%
G = 9.25%
B = 69.94%

CMYK

 C value IS 0.70

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#241079 (or 0x241079) is known color: Persian Indigo. HEX triplet: 24, 10 and 79. RGB value is (36,16,121). Sum of RGB (Red+Green+Blue) = 36+16+121=173 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.81% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 121 (47.66% from 255 or 69.94% from 173); Max value from RGB is 121 - color contains mainly: blue. Hex color #241079 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241079 is #DBEF86. Grayscale: #212121. Windows color (decimal): -14413703 or 7933988. OLE color: 7933988.

HSL color Cylindrical-coordinate representation of color #241079: hue angle of 251.43º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #241079 is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 36 16 121 -
CMYK 0.70 0.87 0 0.53
HSL 251.43º 0.77% 0.27% -
HSV(B) 251.43º 0.87% 0.47% -
XYZ 4.36 2.13 18.27 -
YUV 33.95 177.13 129.46 -
System Red Green Blue C M Y K H S L
Decimal 36 16 121 0.70 0.87 0 0.53 251.43 0.77 0.27
Hex 24 10 79 46 57 0 35 FB 4D 1B
Octal 44 20 171 106 127 0 65 373 115 33
Binary 100100 10000 1111001 1000110 1010111 0 110101 11111011 1001101 11011

Color Harmonies of #241079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241079

Black with #241079

Text Example


Text Example

White with #241079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241079; }

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

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

background-color css

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

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

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

border-color css

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

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

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