Html Css Color HEX #42255D Christalle

📋 copy color: '#42255D'

red 66 ◦ green 37 ◦ blue 93

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

Shades of Christalle #42255D

Tints of Christalle #42255D

RGB

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

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

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

R = 33.67%
G = 18.88%
B = 47.45%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42255D (or 0x42255D) is known color: Christalle. HEX triplet: 42, 25 and 5D. RGB value is (66,37,93). Sum of RGB (Red+Green+Blue) = 66+37+93=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 37 (14.84% from 255 or 18.88% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #42255D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42255D is #BDDAA2. Grayscale: #333333. Windows color (decimal): -12442275 or 6104386. OLE color: 6104386.

HSL color Cylindrical-coordinate representation of color #42255D: hue angle of 271.07º 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 #42255D is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 37 93 -
CMYK 0.29 0.60 0 0.64
HSL 271.07º 0.43% 0.25% -
HSV(B) 271.07º 0.6% 0.36% -
XYZ 4.88 3.27 10.73 -
YUV 52.06 151.11 137.95 -
System Red Green Blue C M Y K H S L
Decimal 66 37 93 0.29 0.60 0 0.64 271.07 0.43 0.25
Hex 42 25 5D 1D 3C 0 40 10F 2B 19
Octal 102 45 135 35 74 0 100 417 53 31
Binary 1000010 100101 1011101 11101 111100 0 1000000 100001111 101011 11001

Color Harmonies of #42255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42255D

Black with #42255D

Text Example


Text Example

White with #42255D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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