Html Css Color HEX #240B62 Persian Indigo

📋 copy color: '#240B62'

red 36 ◦ green 11 ◦ blue 98

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

Shades of Persian Indigo #240B62

Tints of Persian Indigo #240B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 67.59%

R = 24.83%
G = 7.59%
B = 67.59%

CMYK

 C value IS 0.63

 M value IS 0.89

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#240B62 (or 0x240B62) is known color: Persian Indigo. HEX triplet: 24, 0B and 62. RGB value is (36,11,98). Sum of RGB (Red+Green+Blue) = 36+11+98=145 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.83% from 145); Green value is 11 (4.69% from 255 or 7.59% from 145); Blue value is 98 (38.67% from 255 or 67.59% from 145); Max value from RGB is 98 - color contains mainly: blue. Hex color #240B62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240B62 is #DBF49D. Grayscale: #1C1C1C. Windows color (decimal): -14415006 or 6425380. OLE color: 6425380.

HSL color Cylindrical-coordinate representation of color #240B62: hue angle of 257.24º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #240B62 is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 36 11 98 -
CMYK 0.63 0.89 0 0.62
HSL 257.24º 0.8% 0.21% -
HSV(B) 257.24º 0.89% 0.38% -
XYZ 3.05 1.5 11.68 -
YUV 28.39 167.28 133.43 -
System Red Green Blue C M Y K H S L
Decimal 36 11 98 0.63 0.89 0 0.62 257.24 0.8 0.21
Hex 24 B 62 3F 59 0 3E 101 50 15
Octal 44 13 142 77 131 0 76 401 120 25
Binary 100100 1011 1100010 111111 1011001 0 111110 100000001 1010000 10101

Color Harmonies of #240B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240B62

Black with #240B62

Text Example


Text Example

White with #240B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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