Html Css Color HEX #240B61 Persian Indigo

📋 copy color: '#240B61'

red 36 ◦ green 11 ◦ blue 97

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

Shades of Persian Indigo #240B61

Tints of Persian Indigo #240B61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 67.36%

R = 25%
G = 7.64%
B = 67.36%

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

#240B61 (or 0x240B61) is known color: Persian Indigo. HEX triplet: 24, 0B and 61. RGB value is (36,11,97). Sum of RGB (Red+Green+Blue) = 36+11+97=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 97 (38.28% from 255 or 67.36% from 144); Max value from RGB is 97 - color contains mainly: blue. Hex color #240B61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240B61 is #DBF49E. Grayscale: #1B1B1B. Windows color (decimal): -14415007 or 6359844. OLE color: 6359844.

HSL color Cylindrical-coordinate representation of color #240B61: hue angle of 257.44º 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 #240B61 is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 36 11 97 -
CMYK 0.63 0.89 0 0.62
HSL 257.44º 0.8% 0.21% -
HSV(B) 257.44º 0.89% 0.38% -
XYZ 3 1.48 11.44 -
YUV 28.28 166.78 133.51 -
System Red Green Blue C M Y K H S L
Decimal 36 11 97 0.63 0.89 0 0.62 257.44 0.8 0.21
Hex 24 B 61 3F 59 0 3E 101 50 15
Octal 44 13 141 77 131 0 76 401 120 25
Binary 100100 1011 1100001 111111 1011001 0 111110 100000001 1010000 10101

Color Harmonies of #240B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240B61

Black with #240B61

Text Example


Text Example

White with #240B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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