Html Css Color HEX #42245D Christalle

📋 copy color: '#42245D'

red 66 ◦ green 36 ◦ blue 93

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

Shades of Christalle #42245D

Tints of Christalle #42245D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.46%

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

R = 33.85%
G = 18.46%
B = 47.69%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42245D (or 0x42245D) is known color: Christalle. HEX triplet: 42, 24 and 5D. RGB value is (66,36,93). Sum of RGB (Red+Green+Blue) = 66+36+93=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #42245D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42245D is #BDDBA2. Grayscale: #333333. Windows color (decimal): -12442531 or 6104130. OLE color: 6104130.

HSL color Cylindrical-coordinate representation of color #42245D: hue angle of 271.58º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42245D is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 36 93 -
CMYK 0.29 0.61 0 0.64
HSL 271.58º 0.44% 0.25% -
HSV(B) 271.58º 0.61% 0.36% -
XYZ 4.85 3.21 10.72 -
YUV 51.47 151.44 138.37 -
System Red Green Blue C M Y K H S L
Decimal 66 36 93 0.29 0.61 0 0.64 271.58 0.44 0.25
Hex 42 24 5D 1D 3D 0 40 110 2C 19
Octal 102 44 135 35 75 0 100 420 54 31
Binary 1000010 100100 1011101 11101 111101 0 1000000 100010000 101100 11001

Color Harmonies of #42245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42245D

Black with #42245D

Text Example


Text Example

White with #42245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42245D; }

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

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

background-color css

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

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

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

border-color css

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

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

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