Html Css Color HEX #240884 Persian Indigo

📋 copy color: '#240884'

red 36 ◦ green 8 ◦ blue 132

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

Shades of Persian Indigo #240884

Tints of Persian Indigo #240884

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.55%

 BLUE value IS 132 (51.95% from 255) = 75%

R = 20.45%
G = 4.55%
B = 75%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#240884 (or 0x240884) is known color: Persian Indigo. HEX triplet: 24, 08 and 84. RGB value is (36,8,132). Sum of RGB (Red+Green+Blue) = 36+8+132=176 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.45% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 132 (51.95% from 255 or 75% from 176); Max value from RGB is 132 - color contains mainly: blue. Hex color #240884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240884 is #DBF77B. Grayscale: #1E1E1E. Windows color (decimal): -14415740 or 8652836. OLE color: 8652836.

HSL color Cylindrical-coordinate representation of color #240884: hue angle of 253.55º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240884 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 8 132 -
CMYK 0.73 0.94 0 0.48
HSL 253.55º 0.89% 0.27% -
HSV(B) 253.55º 0.94% 0.52% -
XYZ 4.98 2.21 21.99 -
YUV 30.51 185.28 131.92 -
System Red Green Blue C M Y K H S L
Decimal 36 8 132 0.73 0.94 0 0.48 253.55 0.89 0.27
Hex 24 8 84 49 5E 0 30 FE 59 1B
Octal 44 10 204 111 136 0 60 376 131 33
Binary 100100 1000 10000100 1001001 1011110 0 110000 11111110 1011001 11011

Color Harmonies of #240884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240884

Black with #240884

Text Example


Text Example

White with #240884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240884; }

 p { color: rgb(36,8,132); }

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

background-color css

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

 a { background-color: rgb(36,8,132); }

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

border-color css

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

 span { border-color: rgb(36,8,132); }

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