Html Css Color HEX #421F63 Christalle

📋 copy color: '#421F63'

red 66 ◦ green 31 ◦ blue 99

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

Shades of Christalle #421F63

Tints of Christalle #421F63

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.82%

 BLUE value IS 99 (39.06% from 255) = 50.51%

R = 33.67%
G = 15.82%
B = 50.51%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#421F63 (or 0x421F63) is known color: Christalle. HEX triplet: 42, 1F and 63. RGB value is (66,31,99). Sum of RGB (Red+Green+Blue) = 66+31+99=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 31 (12.5% from 255 or 15.82% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #421F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421F63 is #BDE09C. Grayscale: #303030. Windows color (decimal): -12443805 or 6496066. OLE color: 6496066.

HSL color Cylindrical-coordinate representation of color #421F63: hue angle of 270.88º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #421F63 is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 31 99 -
CMYK 0.33 0.69 0 0.61
HSL 270.88º 0.52% 0.25% -
HSV(B) 270.88º 0.69% 0.39% -
XYZ 4.99 3.04 12.13 -
YUV 49.22 156.1 139.97 -
System Red Green Blue C M Y K H S L
Decimal 66 31 99 0.33 0.69 0 0.61 270.88 0.52 0.25
Hex 42 1F 63 21 45 0 3D 10F 34 19
Octal 102 37 143 41 105 0 75 417 64 31
Binary 1000010 11111 1100011 100001 1000101 0 111101 100001111 110100 11001

Color Harmonies of #421F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421F63

Black with #421F63

Text Example


Text Example

White with #421F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,31,99); }

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

background-color css

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

 a { background-color: rgb(66,31,99); }

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

border-color css

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

 span { border-color: rgb(66,31,99); }

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