Html Css Color HEX #421F6C Christalle

📋 copy color: '#421F6C'

red 66 ◦ green 31 ◦ blue 108

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

Shades of Christalle #421F6C

Tints of Christalle #421F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 52.68%

R = 32.2%
G = 15.12%
B = 52.68%

CMYK

 C value IS 0.39

 M value IS 0.71

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#421F6C (or 0x421F6C) is known color: Christalle. HEX triplet: 42, 1F and 6C. RGB value is (66,31,108). Sum of RGB (Red+Green+Blue) = 66+31+108=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #421F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421F6C is #BDE093. Grayscale: #313131. Windows color (decimal): -12443796 or 7085890. OLE color: 7085890.

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

Color convert

RGB 66 31 108 -
CMYK 0.39 0.71 0 0.58
HSL 267.27º 0.55% 0.27% -
HSV(B) 267.27º 0.71% 0.42% -
XYZ 5.44 3.22 14.52 -
YUV 50.24 160.6 139.24 -
System Red Green Blue C M Y K H S L
Decimal 66 31 108 0.39 0.71 0 0.58 267.27 0.55 0.27
Hex 42 1F 6C 27 47 0 3A 10B 37 1B
Octal 102 37 154 47 107 0 72 413 67 33
Binary 1000010 11111 1101100 100111 1000111 0 111010 100001011 110111 11011

Color Harmonies of #421F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421F6C

Black with #421F6C

Text Example


Text Example

White with #421F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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