Html Css Color HEX #421768 Christalle

📋 copy color: '#421768'

red 66 ◦ green 23 ◦ blue 104

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

Shades of Christalle #421768

Tints of Christalle #421768

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.92%

 BLUE value IS 104 (41.02% from 255) = 53.89%

R = 34.2%
G = 11.92%
B = 53.89%

CMYK

 C value IS 0.37

 M value IS 0.78

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#421768 (or 0x421768) is known color: Christalle. HEX triplet: 42, 17 and 68. RGB value is (66,23,104). Sum of RGB (Red+Green+Blue) = 66+23+104=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #421768 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421768 is #BDE897. Grayscale: #2C2C2C. Windows color (decimal): -12445848 or 6821698. OLE color: 6821698.

HSL color Cylindrical-coordinate representation of color #421768: hue angle of 271.85º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #421768 is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 23 104 -
CMYK 0.37 0.78 0 0.59
HSL 271.85º 0.64% 0.25% -
HSV(B) 271.85º 0.78% 0.41% -
XYZ 5.05 2.77 13.37 -
YUV 45.09 161.25 142.91 -
System Red Green Blue C M Y K H S L
Decimal 66 23 104 0.37 0.78 0 0.59 271.85 0.64 0.25
Hex 42 17 68 25 4E 0 3B 110 40 19
Octal 102 27 150 45 116 0 73 420 100 31
Binary 1000010 10111 1101000 100101 1001110 0 111011 100010000 1000000 11001

Color Harmonies of #421768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421768

Black with #421768

Text Example


Text Example

White with #421768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421768; }

 p { color: rgb(66,23,104); }

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

background-color css

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

 a { background-color: rgb(66,23,104); }

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

border-color css

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

 span { border-color: rgb(66,23,104); }

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