Html Css Color HEX #240B63 Persian Indigo

📋 copy color: '#240B63'

red 36 ◦ green 11 ◦ blue 99

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

Shades of Persian Indigo #240B63

Tints of Persian Indigo #240B63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 67.81%

R = 24.66%
G = 7.53%
B = 67.81%

CMYK

 C value IS 0.64

 M value IS 0.89

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#240B63 (or 0x240B63) is known color: Persian Indigo. HEX triplet: 24, 0B and 63. RGB value is (36,11,99). Sum of RGB (Red+Green+Blue) = 36+11+99=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 11 (4.69% from 255 or 7.53% from 146); Blue value is 99 (39.06% from 255 or 67.81% from 146); Max value from RGB is 99 - color contains mainly: blue. Hex color #240B63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240B63 is #DBF49C. Grayscale: #1C1C1C. Windows color (decimal): -14415005 or 6490916. OLE color: 6490916.

HSL color Cylindrical-coordinate representation of color #240B63: hue angle of 257.05º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #240B63 is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 36 11 99 -
CMYK 0.64 0.89 0 0.61
HSL 257.05º 0.8% 0.22% -
HSV(B) 257.05º 0.89% 0.39% -
XYZ 3.1 1.52 11.93 -
YUV 28.51 167.78 133.34 -
System Red Green Blue C M Y K H S L
Decimal 36 11 99 0.64 0.89 0 0.61 257.05 0.8 0.22
Hex 24 B 63 40 59 0 3D 101 50 16
Octal 44 13 143 100 131 0 75 401 120 26
Binary 100100 1011 1100011 1000000 1011001 0 111101 100000001 1010000 10110

Color Harmonies of #240B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240B63

Black with #240B63

Text Example


Text Example

White with #240B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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