Html Css Color HEX #421C65 Christalle

📋 copy color: '#421C65'

red 66 ◦ green 28 ◦ blue 101

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

Shades of Christalle #421C65

Tints of Christalle #421C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 51.79%

R = 33.85%
G = 14.36%
B = 51.79%

CMYK

 C value IS 0.35

 M value IS 0.72

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#421C65 (or 0x421C65) is known color: Christalle. HEX triplet: 42, 1C and 65. RGB value is (66,28,101). Sum of RGB (Red+Green+Blue) = 66+28+101=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 101 (39.84% from 255 or 51.79% from 195); Max value from RGB is 101 - color contains mainly: blue. Hex color #421C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421C65 is #BDE39A. Grayscale: #2F2F2F. Windows color (decimal): -12444571 or 6626370. OLE color: 6626370.

HSL color Cylindrical-coordinate representation of color #421C65: hue angle of 271.23º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #421C65 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 28 101 -
CMYK 0.35 0.72 0 0.60
HSL 271.23º 0.57% 0.25% -
HSV(B) 271.23º 0.72% 0.4% -
XYZ 5.01 2.93 12.61 -
YUV 47.68 158.09 141.06 -
System Red Green Blue C M Y K H S L
Decimal 66 28 101 0.35 0.72 0 0.60 271.23 0.57 0.25
Hex 42 1C 65 23 48 0 3C 10F 39 19
Octal 102 34 145 43 110 0 74 417 71 31
Binary 1000010 11100 1100101 100011 1001000 0 111100 100001111 111001 11001

Color Harmonies of #421C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421C65

Black with #421C65

Text Example


Text Example

White with #421C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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