Html Css Color HEX #40255C Christalle

📋 copy color: '#40255C'

red 64 ◦ green 37 ◦ blue 92

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

Shades of Christalle #40255C

Tints of Christalle #40255C

RGB

 RED value IS 64 (25.39% from 255) = 33.16%

 GREEN value IS 37 (14.84% from 255) = 19.17%

 BLUE value IS 92 (36.33% from 255) = 47.67%

R = 33.16%
G = 19.17%
B = 47.67%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40255C (or 0x40255C) is known color: Christalle. HEX triplet: 40, 25 and 5C. RGB value is (64,37,92). Sum of RGB (Red+Green+Blue) = 64+37+92=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 92 - color contains mainly: blue. Hex color #40255C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40255C is #BFDAA3. Grayscale: #333333. Windows color (decimal): -12573348 or 6038848. OLE color: 6038848.

HSL color Cylindrical-coordinate representation of color #40255C: hue angle of 269.45º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40255C is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 37 92 -
CMYK 0.30 0.60 0 0.64
HSL 269.45º 0.43% 0.25% -
HSV(B) 269.45º 0.6% 0.36% -
XYZ 4.71 3.19 10.49 -
YUV 51.34 150.95 137.03 -
System Red Green Blue C M Y K H S L
Decimal 64 37 92 0.30 0.60 0 0.64 269.45 0.43 0.25
Hex 40 25 5C 1E 3C 0 40 10D 2B 19
Octal 100 45 134 36 74 0 100 415 53 31
Binary 1000000 100101 1011100 11110 111100 0 1000000 100001101 101011 11001

Color Harmonies of #40255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40255C

Black with #40255C

Text Example


Text Example

White with #40255C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40255C; }

 p { color: rgb(64,37,92); }

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

background-color css

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

 a { background-color: rgb(64,37,92); }

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

border-color css

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

 span { border-color: rgb(64,37,92); }

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