Html Css Color HEX #421C5F Christalle

📋 copy color: '#421C5F'

red 66 ◦ green 28 ◦ blue 95

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

Shades of Christalle #421C5F

Tints of Christalle #421C5F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.81%

 BLUE value IS 95 (37.5% from 255) = 50.26%

R = 34.92%
G = 14.81%
B = 50.26%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#421C5F (or 0x421C5F) is known color: Christalle. HEX triplet: 42, 1C and 5F. RGB value is (66,28,95). Sum of RGB (Red+Green+Blue) = 66+28+95=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 28 (11.33% from 255 or 14.81% from 189); Blue value is 95 (37.5% from 255 or 50.26% from 189); Max value from RGB is 95 - color contains mainly: blue. Hex color #421C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421C5F is #BDE3A0. Grayscale: #2E2E2E. Windows color (decimal): -12444577 or 6233154. OLE color: 6233154.

HSL color Cylindrical-coordinate representation of color #421C5F: hue angle of 274.03º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #421C5F is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 28 95 -
CMYK 0.31 0.71 0 0.63
HSL 274.03º 0.54% 0.24% -
HSV(B) 274.03º 0.71% 0.37% -
XYZ 4.73 2.81 11.12 -
YUV 47 155.09 141.55 -
System Red Green Blue C M Y K H S L
Decimal 66 28 95 0.31 0.71 0 0.63 274.03 0.54 0.24
Hex 42 1C 5F 1F 47 0 3F 112 36 18
Octal 102 34 137 37 107 0 77 422 66 30
Binary 1000010 11100 1011111 11111 1000111 0 111111 100010010 110110 11000

Color Harmonies of #421C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421C5F

Black with #421C5F

Text Example


Text Example

White with #421C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,28,95); }

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

background-color css

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

 a { background-color: rgb(66,28,95); }

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

border-color css

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

 span { border-color: rgb(66,28,95); }

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