Html Css Color HEX #421967 Christalle

📋 copy color: '#421967'

red 66 ◦ green 25 ◦ blue 103

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

Shades of Christalle #421967

Tints of Christalle #421967

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.89%

 BLUE value IS 103 (40.63% from 255) = 53.09%

R = 34.02%
G = 12.89%
B = 53.09%

CMYK

 C value IS 0.36

 M value IS 0.76

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#421967 (or 0x421967) is known color: Christalle. HEX triplet: 42, 19 and 67. RGB value is (66,25,103). Sum of RGB (Red+Green+Blue) = 66+25+103=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 103 (40.62% from 255 or 53.09% from 194); Max value from RGB is 103 - color contains mainly: blue. Hex color #421967 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421967 is #BDE698. Grayscale: #2D2D2D. Windows color (decimal): -12445337 or 6756674. OLE color: 6756674.

HSL color Cylindrical-coordinate representation of color #421967: hue angle of 271.54º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #421967 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 25 103 -
CMYK 0.36 0.76 0 0.60
HSL 271.54º 0.61% 0.25% -
HSV(B) 271.54º 0.76% 0.4% -
XYZ 5.04 2.83 13.11 -
YUV 46.15 160.08 142.16 -
System Red Green Blue C M Y K H S L
Decimal 66 25 103 0.36 0.76 0 0.60 271.54 0.61 0.25
Hex 42 19 67 24 4C 0 3C 110 3D 19
Octal 102 31 147 44 114 0 74 420 75 31
Binary 1000010 11001 1100111 100100 1001100 0 111100 100010000 111101 11001

Color Harmonies of #421967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421967

Black with #421967

Text Example


Text Example

White with #421967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421967; }

 p { color: rgb(66,25,103); }

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

background-color css

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

 a { background-color: rgb(66,25,103); }

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

border-color css

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

 span { border-color: rgb(66,25,103); }

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