Html Css Color HEX #240487 Persian Indigo

📋 copy color: '#240487'

red 36 ◦ green 4 ◦ blue 135

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

Shades of Persian Indigo #240487

Tints of Persian Indigo #240487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 77.14%

R = 20.57%
G = 2.29%
B = 77.14%

CMYK

 C value IS 0.73

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#240487 (or 0x240487) is known color: Persian Indigo. HEX triplet: 24, 04 and 87. RGB value is (36,4,135). Sum of RGB (Red+Green+Blue) = 36+4+135=175 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.57% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 135 (53.12% from 255 or 77.14% from 175); Max value from RGB is 135 - color contains mainly: blue. Hex color #240487 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240487 is #DBFB78. Grayscale: #1C1C1C. Windows color (decimal): -14416761 or 8848420. OLE color: 8848420.

HSL color Cylindrical-coordinate representation of color #240487: hue angle of 254.66º 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 #240487 is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 4 135 -
CMYK 0.73 0.97 0 0.47
HSL 254.66º 0.94% 0.27% -
HSV(B) 254.66º 0.97% 0.53% -
XYZ 5.14 2.21 23.08 -
YUV 28.5 188.1 133.35 -
System Red Green Blue C M Y K H S L
Decimal 36 4 135 0.73 0.97 0 0.47 254.66 0.94 0.27
Hex 24 4 87 49 61 0 2F FF 5E 1B
Octal 44 4 207 111 141 0 57 377 136 33
Binary 100100 100 10000111 1001001 1100001 0 101111 11111111 1011110 11011

Color Harmonies of #240487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240487

Black with #240487

Text Example


Text Example

White with #240487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240487; }

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

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

background-color css

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

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

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

border-color css

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

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

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