Html Css Color HEX #421161 Christalle

📋 copy color: '#421161'

red 66 ◦ green 17 ◦ blue 97

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

Shades of Christalle #421161

Tints of Christalle #421161

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.44%

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

R = 36.67%
G = 9.44%
B = 53.89%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#421161 (or 0x421161) is known color: Christalle. HEX triplet: 42, 11 and 61. RGB value is (66,17,97). Sum of RGB (Red+Green+Blue) = 66+17+97=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #421161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421161 is #BDEE9E. Grayscale: #282828. Windows color (decimal): -12447391 or 6361410. OLE color: 6361410.

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

Color convert

RGB 66 17 97 -
CMYK 0.32 0.82 0 0.62
HSL 276.75º 0.7% 0.22% -
HSV(B) 276.75º 0.82% 0.38% -
XYZ 4.6 2.42 11.53 -
YUV 40.77 159.73 146 -
System Red Green Blue C M Y K H S L
Decimal 66 17 97 0.32 0.82 0 0.62 276.75 0.7 0.22
Hex 42 11 61 20 52 0 3E 115 46 16
Octal 102 21 141 40 122 0 76 425 106 26
Binary 1000010 10001 1100001 100000 1010010 0 111110 100010101 1000110 10110

Color Harmonies of #421161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421161

Black with #421161

Text Example


Text Example

White with #421161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421161; }

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

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

background-color css

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

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

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

border-color css

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

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

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