Html Css Color HEX #240488 Persian Indigo

📋 copy color: '#240488'

red 36 ◦ green 4 ◦ blue 136

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

Shades of Persian Indigo #240488

Tints of Persian Indigo #240488

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.27%

 BLUE value IS 136 (53.52% from 255) = 77.27%

R = 20.45%
G = 2.27%
B = 77.27%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#240488 (or 0x240488) is known color: Persian Indigo. HEX triplet: 24, 04 and 88. RGB value is (36,4,136). Sum of RGB (Red+Green+Blue) = 36+4+136=176 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.45% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 136 (53.52% from 255 or 77.27% from 176); Max value from RGB is 136 - color contains mainly: blue. Hex color #240488 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240488 is #DBFB77. Grayscale: #1C1C1C. Windows color (decimal): -14416760 or 8913956. OLE color: 8913956.

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

Color convert

RGB 36 4 136 -
CMYK 0.74 0.97 0 0.47
HSL 254.55º 0.94% 0.27% -
HSV(B) 254.55º 0.97% 0.53% -
XYZ 5.21 2.24 23.45 -
YUV 28.62 188.6 133.27 -
System Red Green Blue C M Y K H S L
Decimal 36 4 136 0.74 0.97 0 0.47 254.55 0.94 0.27
Hex 24 4 88 4A 61 0 2F FF 5E 1B
Octal 44 4 210 112 141 0 57 377 136 33
Binary 100100 100 10001000 1001010 1100001 0 101111 11111111 1011110 11011

Color Harmonies of #240488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240488

Black with #240488

Text Example


Text Example

White with #240488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240488; }

 p { color: rgb(36,4,136); }

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

background-color css

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

 a { background-color: rgb(36,4,136); }

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

border-color css

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

 span { border-color: rgb(36,4,136); }

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