Html Css Color HEX #240960 Persian Indigo

📋 copy color: '#240960'

red 36 ◦ green 9 ◦ blue 96

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

Shades of Persian Indigo #240960

Tints of Persian Indigo #240960

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.38%

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

R = 25.53%
G = 6.38%
B = 68.09%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#240960 (or 0x240960) is known color: Persian Indigo. HEX triplet: 24, 09 and 60. RGB value is (36,9,96). Sum of RGB (Red+Green+Blue) = 36+9+96=141 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.53% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 96 (37.89% from 255 or 68.09% from 141); Max value from RGB is 96 - color contains mainly: blue. Hex color #240960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240960 is #DBF69F. Grayscale: #1A1A1A. Windows color (decimal): -14415520 or 6293796. OLE color: 6293796.

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

Color convert

RGB 36 9 96 -
CMYK 0.62 0.91 0 0.62
HSL 258.62º 0.83% 0.21% -
HSV(B) 258.62º 0.91% 0.38% -
XYZ 2.94 1.41 11.18 -
YUV 26.99 166.95 134.43 -
System Red Green Blue C M Y K H S L
Decimal 36 9 96 0.62 0.91 0 0.62 258.62 0.83 0.21
Hex 24 9 60 3E 5B 0 3E 103 53 15
Octal 44 11 140 76 133 0 76 403 123 25
Binary 100100 1001 1100000 111110 1011011 0 111110 100000011 1010011 10101

Color Harmonies of #240960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240960

Black with #240960

Text Example


Text Example

White with #240960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240960; }

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

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

background-color css

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

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

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

border-color css

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

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

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