Html Css Color HEX #240B86 Persian Indigo

📋 copy color: '#240B86'

red 36 ◦ green 11 ◦ blue 134

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

Shades of Persian Indigo #240B86

Tints of Persian Indigo #240B86

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.08%

 BLUE value IS 134 (52.73% from 255) = 74.03%

R = 19.89%
G = 6.08%
B = 74.03%

CMYK

 C value IS 0.73

 M value IS 0.92

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#240B86 (or 0x240B86) is known color: Persian Indigo. HEX triplet: 24, 0B and 86. RGB value is (36,11,134). Sum of RGB (Red+Green+Blue) = 36+11+134=181 (23% of max value = 765). Red value is 36 (14.45% from 255 or 19.89% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 134 (52.73% from 255 or 74.03% from 181); Max value from RGB is 134 - color contains mainly: blue. Hex color #240B86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240B86 is #DBF479. Grayscale: #202020. Windows color (decimal): -14414970 or 8784676. OLE color: 8784676.

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

Color convert

RGB 36 11 134 -
CMYK 0.73 0.92 0 0.47
HSL 252.2º 0.85% 0.28% -
HSV(B) 252.2º 0.92% 0.53% -
XYZ 5.15 2.34 22.73 -
YUV 32.5 185.28 130.5 -
System Red Green Blue C M Y K H S L
Decimal 36 11 134 0.73 0.92 0 0.47 252.2 0.85 0.28
Hex 24 B 86 49 5C 0 2F FC 55 1C
Octal 44 13 206 111 134 0 57 374 125 34
Binary 100100 1011 10000110 1001001 1011100 0 101111 11111100 1010101 11100

Color Harmonies of #240B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240B86

Black with #240B86

Text Example


Text Example

White with #240B86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,11,134); }

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

background-color css

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

 a { background-color: rgb(36,11,134); }

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

border-color css

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

 span { border-color: rgb(36,11,134); }

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