Html Css Color HEX #421D6D Christalle

📋 copy color: '#421D6D'

red 66 ◦ green 29 ◦ blue 109

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

Shades of Christalle #421D6D

Tints of Christalle #421D6D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.22%

 BLUE value IS 109 (42.97% from 255) = 53.43%

R = 32.35%
G = 14.22%
B = 53.43%

CMYK

 C value IS 0.39

 M value IS 0.73

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#421D6D (or 0x421D6D) is known color: Christalle. HEX triplet: 42, 1D and 6D. RGB value is (66,29,109). Sum of RGB (Red+Green+Blue) = 66+29+109=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #421D6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421D6D is #BDE292. Grayscale: #303030. Windows color (decimal): -12444307 or 7150914. OLE color: 7150914.

HSL color Cylindrical-coordinate representation of color #421D6D: hue angle of 267.75º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #421D6D is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 29 109 -
CMYK 0.39 0.73 0 0.57
HSL 267.75º 0.58% 0.27% -
HSV(B) 267.75º 0.73% 0.43% -
XYZ 5.45 3.14 14.79 -
YUV 49.18 161.76 140 -
System Red Green Blue C M Y K H S L
Decimal 66 29 109 0.39 0.73 0 0.57 267.75 0.58 0.27
Hex 42 1D 6D 27 49 0 39 10C 3A 1B
Octal 102 35 155 47 111 0 71 414 72 33
Binary 1000010 11101 1101101 100111 1001001 0 111001 100001100 111010 11011

Color Harmonies of #421D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D6D

Black with #421D6D

Text Example


Text Example

White with #421D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421D6D; }

 p { color: rgb(66,29,109); }

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

background-color css

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

 a { background-color: rgb(66,29,109); }

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

border-color css

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

 span { border-color: rgb(66,29,109); }

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