Html Css Color HEX #240860 Persian Indigo

📋 copy color: '#240860'

red 36 ◦ green 8 ◦ blue 96

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

Shades of Persian Indigo #240860

Tints of Persian Indigo #240860

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.71%

 BLUE value IS 96 (37.89% from 255) = 68.57%

R = 25.71%
G = 5.71%
B = 68.57%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#240860 (or 0x240860) is known color: Persian Indigo. HEX triplet: 24, 08 and 60. RGB value is (36,8,96). Sum of RGB (Red+Green+Blue) = 36+8+96=140 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.71% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 96 (37.89% from 255 or 68.57% from 140); Max value from RGB is 96 - color contains mainly: blue. Hex color #240860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240860 is #DBF79F. Grayscale: #1A1A1A. Windows color (decimal): -14415776 or 6293540. OLE color: 6293540.

HSL color Cylindrical-coordinate representation of color #240860: hue angle of 259.09º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240860 is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 36 8 96 -
CMYK 0.62 0.92 0 0.62
HSL 259.09º 0.85% 0.2% -
HSV(B) 259.09º 0.92% 0.38% -
XYZ 2.93 1.39 11.18 -
YUV 26.4 167.28 134.84 -
System Red Green Blue C M Y K H S L
Decimal 36 8 96 0.62 0.92 0 0.62 259.09 0.85 0.2
Hex 24 8 60 3E 5C 0 3E 103 55 14
Octal 44 10 140 76 134 0 76 403 125 24
Binary 100100 1000 1100000 111110 1011100 0 111110 100000011 1010101 10100

Color Harmonies of #240860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240860

Black with #240860

Text Example


Text Example

White with #240860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240860; }

 p { color: rgb(36,8,96); }

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

background-color css

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

 a { background-color: rgb(36,8,96); }

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

border-color css

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

 span { border-color: rgb(36,8,96); }

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