Html Css Color HEX #240A87 Persian Indigo

📋 copy color: '#240A87'

red 36 ◦ green 10 ◦ blue 135

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

Shades of Persian Indigo #240A87

Tints of Persian Indigo #240A87

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.52%

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

R = 19.89%
G = 5.52%
B = 74.59%

CMYK

 C value IS 0.73

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#240A87 (or 0x240A87) is known color: Persian Indigo. HEX triplet: 24, 0A and 87. RGB value is (36,10,135). Sum of RGB (Red+Green+Blue) = 36+10+135=181 (23% of max value = 765). Red value is 36 (14.45% from 255 or 19.89% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 135 (53.12% from 255 or 74.59% from 181); Max value from RGB is 135 - color contains mainly: blue. Hex color #240A87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240A87 is #DBF578. Grayscale: #1F1F1F. Windows color (decimal): -14415225 or 8849956. OLE color: 8849956.

HSL color Cylindrical-coordinate representation of color #240A87: hue angle of 252.48º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240A87 is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 10 135 -
CMYK 0.73 0.93 0 0.47
HSL 252.48º 0.86% 0.28% -
HSV(B) 252.48º 0.93% 0.53% -
XYZ 5.21 2.34 23.1 -
YUV 32.02 186.11 130.84 -
System Red Green Blue C M Y K H S L
Decimal 36 10 135 0.73 0.93 0 0.47 252.48 0.86 0.28
Hex 24 A 87 49 5D 0 2F FC 56 1C
Octal 44 12 207 111 135 0 57 374 126 34
Binary 100100 1010 10000111 1001001 1011101 0 101111 11111100 1010110 11100

Color Harmonies of #240A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240A87

Black with #240A87

Text Example


Text Example

White with #240A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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