Html Css Color HEX #240C87 Persian Indigo

📋 copy color: '#240C87'

red 36 ◦ green 12 ◦ blue 135

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

Shades of Persian Indigo #240C87

Tints of Persian Indigo #240C87

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.56%

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

R = 19.67%
G = 6.56%
B = 73.77%

CMYK

 C value IS 0.73

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#240C87 (or 0x240C87) is known color: Persian Indigo. HEX triplet: 24, 0C and 87. RGB value is (36,12,135). Sum of RGB (Red+Green+Blue) = 36+12+135=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 135 (53.12% from 255 or 73.77% from 183); Max value from RGB is 135 - color contains mainly: blue. Hex color #240C87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240C87 is #DBF378. Grayscale: #202020. Windows color (decimal): -14414713 or 8850468. OLE color: 8850468.

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

Color convert

RGB 36 12 135 -
CMYK 0.73 0.91 0 0.47
HSL 251.71º 0.84% 0.29% -
HSV(B) 251.71º 0.91% 0.53% -
XYZ 5.23 2.39 23.11 -
YUV 33.2 185.45 130 -
System Red Green Blue C M Y K H S L
Decimal 36 12 135 0.73 0.91 0 0.47 251.71 0.84 0.29
Hex 24 C 87 49 5B 0 2F FC 54 1D
Octal 44 14 207 111 133 0 57 374 124 35
Binary 100100 1100 10000111 1001001 1011011 0 101111 11111100 1010100 11101

Color Harmonies of #240C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240C87

Black with #240C87

Text Example


Text Example

White with #240C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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