Html Css Color HEX #422161 Christalle

📋 copy color: '#422161'

red 66 ◦ green 33 ◦ blue 97

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

Shades of Christalle #422161

Tints of Christalle #422161

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.84%

 BLUE value IS 97 (38.28% from 255) = 49.49%

R = 33.67%
G = 16.84%
B = 49.49%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#422161 (or 0x422161) is known color: Christalle. HEX triplet: 42, 21 and 61. RGB value is (66,33,97). Sum of RGB (Red+Green+Blue) = 66+33+97=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #422161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422161 is #BDDE9E. Grayscale: #313131. Windows color (decimal): -12443295 or 6365506. OLE color: 6365506.

HSL color Cylindrical-coordinate representation of color #422161: hue angle of 270.94º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #422161 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 33 97 -
CMYK 0.32 0.66 0 0.62
HSL 270.94º 0.49% 0.25% -
HSV(B) 270.94º 0.66% 0.38% -
XYZ 4.95 3.11 11.65 -
YUV 50.16 154.43 139.3 -
System Red Green Blue C M Y K H S L
Decimal 66 33 97 0.32 0.66 0 0.62 270.94 0.49 0.25
Hex 42 21 61 20 42 0 3E 10F 31 19
Octal 102 41 141 40 102 0 76 417 61 31
Binary 1000010 100001 1100001 100000 1000010 0 111110 100001111 110001 11001

Color Harmonies of #422161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422161

Black with #422161

Text Example


Text Example

White with #422161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422161; }

 p { color: rgb(66,33,97); }

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

background-color css

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

 a { background-color: rgb(66,33,97); }

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

border-color css

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

 span { border-color: rgb(66,33,97); }

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