Html Css Color HEX #240980 Persian Indigo

📋 copy color: '#240980'

red 36 ◦ green 9 ◦ blue 128

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

Shades of Persian Indigo #240980

Tints of Persian Indigo #240980

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.2%

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

R = 20.81%
G = 5.2%
B = 73.99%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#240980 (or 0x240980) is known color: Persian Indigo. HEX triplet: 24, 09 and 80. RGB value is (36,9,128). Sum of RGB (Red+Green+Blue) = 36+9+128=173 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.81% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 128 (50.39% from 255 or 73.99% from 173); Max value from RGB is 128 - color contains mainly: blue. Hex color #240980 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240980 is #DBF67F. Grayscale: #1E1E1E. Windows color (decimal): -14415488 or 8390948. OLE color: 8390948.

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

Color convert

RGB 36 9 128 -
CMYK 0.72 0.93 0 0.50
HSL 253.61º 0.87% 0.27% -
HSV(B) 253.61º 0.93% 0.5% -
XYZ 4.72 2.13 20.58 -
YUV 30.64 182.95 131.82 -
System Red Green Blue C M Y K H S L
Decimal 36 9 128 0.72 0.93 0 0.50 253.61 0.87 0.27
Hex 24 9 80 48 5D 0 32 FE 57 1B
Octal 44 11 200 110 135 0 62 376 127 33
Binary 100100 1001 10000000 1001000 1011101 0 110010 11111110 1010111 11011

Color Harmonies of #240980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240980

Black with #240980

Text Example


Text Example

White with #240980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240980; }

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

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

background-color css

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

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

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

border-color css

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

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

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