Html Css Color HEX #240968 Persian Indigo

📋 copy color: '#240968'

red 36 ◦ green 9 ◦ blue 104

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

Shades of Persian Indigo #240968

Tints of Persian Indigo #240968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 69.8%

R = 24.16%
G = 6.04%
B = 69.8%

CMYK

 C value IS 0.65

 M value IS 0.91

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#240968 (or 0x240968) is known color: Persian Indigo. HEX triplet: 24, 09 and 68. RGB value is (36,9,104). Sum of RGB (Red+Green+Blue) = 36+9+104=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 104 (41.02% from 255 or 69.80% from 149); Max value from RGB is 104 - color contains mainly: blue. Hex color #240968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240968 is #DBF697. Grayscale: #1B1B1B. Windows color (decimal): -14415512 or 6818084. OLE color: 6818084.

HSL color Cylindrical-coordinate representation of color #240968: hue angle of 257.05º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #240968 is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 36 9 104 -
CMYK 0.65 0.91 0 0.59
HSL 257.05º 0.84% 0.22% -
HSV(B) 257.05º 0.91% 0.41% -
XYZ 3.32 1.57 13.22 -
YUV 27.9 170.95 133.78 -
System Red Green Blue C M Y K H S L
Decimal 36 9 104 0.65 0.91 0 0.59 257.05 0.84 0.22
Hex 24 9 68 41 5B 0 3B 101 54 16
Octal 44 11 150 101 133 0 73 401 124 26
Binary 100100 1001 1101000 1000001 1011011 0 111011 100000001 1010100 10110

Color Harmonies of #240968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240968

Black with #240968

Text Example


Text Example

White with #240968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240968; }

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

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

background-color css

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

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

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

border-color css

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

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

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