Html Css Color HEX #42295C Christalle

📋 copy color: '#42295C'

red 66 ◦ green 41 ◦ blue 92

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

Shades of Christalle #42295C

Tints of Christalle #42295C

RGB

 RED value IS 66 (26.17% from 255) = 33.17%

 GREEN value IS 41 (16.41% from 255) = 20.6%

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

R = 33.17%
G = 20.6%
B = 46.23%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42295C (or 0x42295C) is known color: Christalle. HEX triplet: 42, 29 and 5C. RGB value is (66,41,92). Sum of RGB (Red+Green+Blue) = 66+41+92=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #42295C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42295C is #BDD6A3. Grayscale: #363636. Windows color (decimal): -12441252 or 6039874. OLE color: 6039874.

HSL color Cylindrical-coordinate representation of color #42295C: hue angle of 269.41º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42295C is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 41 92 -
CMYK 0.28 0.55 0 0.64
HSL 269.41º 0.38% 0.26% -
HSV(B) 269.41º 0.55% 0.36% -
XYZ 4.97 3.52 10.54 -
YUV 54.29 149.28 136.35 -
System Red Green Blue C M Y K H S L
Decimal 66 41 92 0.28 0.55 0 0.64 269.41 0.38 0.26
Hex 42 29 5C 1C 37 0 40 10D 26 1A
Octal 102 51 134 34 67 0 100 415 46 32
Binary 1000010 101001 1011100 11100 110111 0 1000000 100001101 100110 11010

Color Harmonies of #42295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42295C

Black with #42295C

Text Example


Text Example

White with #42295C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,41,92); }

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

background-color css

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

 a { background-color: rgb(66,41,92); }

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

border-color css

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

 span { border-color: rgb(66,41,92); }

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