Html Css Color HEX #240F5D Christalle

📋 copy color: '#240F5D'

red 36 ◦ green 15 ◦ blue 93

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

Shades of Christalle #240F5D

Tints of Christalle #240F5D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.42%

 BLUE value IS 93 (36.72% from 255) = 64.58%

R = 25%
G = 10.42%
B = 64.58%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#240F5D (or 0x240F5D) is known color: Christalle. HEX triplet: 24, 0F and 5D. RGB value is (36,15,93). Sum of RGB (Red+Green+Blue) = 36+15+93=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #240F5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240F5D is #DBF0A2. Grayscale: #1D1D1D. Windows color (decimal): -14413987 or 6098724. OLE color: 6098724.

HSL color Cylindrical-coordinate representation of color #240F5D: hue angle of 256.15º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #240F5D is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 15 93 -
CMYK 0.61 0.84 0 0.64
HSL 256.15º 0.72% 0.21% -
HSV(B) 256.15º 0.84% 0.36% -
XYZ 2.87 1.51 10.5 -
YUV 30.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 36 15 93 0.61 0.84 0 0.64 256.15 0.72 0.21
Hex 24 F 5D 3D 54 0 40 100 48 15
Octal 44 17 135 75 124 0 100 400 110 25
Binary 100100 1111 1011101 111101 1010100 0 1000000 100000000 1001000 10101

Color Harmonies of #240F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240F5D

Black with #240F5D

Text Example


Text Example

White with #240F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,15,93); }

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

background-color css

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

 a { background-color: rgb(36,15,93); }

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

border-color css

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

 span { border-color: rgb(36,15,93); }

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