Html Css Color HEX #421368 Christalle

📋 copy color: '#421368'

red 66 ◦ green 19 ◦ blue 104

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

Shades of Christalle #421368

Tints of Christalle #421368

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.05%

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

R = 34.92%
G = 10.05%
B = 55.03%

CMYK

 C value IS 0.37

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#421368 (or 0x421368) is known color: Christalle. HEX triplet: 42, 13 and 68. RGB value is (66,19,104). Sum of RGB (Red+Green+Blue) = 66+19+104=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #421368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421368 is #BDEC97. Grayscale: #2A2A2A. Windows color (decimal): -12446872 or 6820674. OLE color: 6820674.

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

Color convert

RGB 66 19 104 -
CMYK 0.37 0.82 0 0.59
HSL 273.18º 0.69% 0.24% -
HSV(B) 273.18º 0.82% 0.41% -
XYZ 4.98 2.62 13.34 -
YUV 42.74 162.57 144.59 -
System Red Green Blue C M Y K H S L
Decimal 66 19 104 0.37 0.82 0 0.59 273.18 0.69 0.24
Hex 42 13 68 25 52 0 3B 111 45 18
Octal 102 23 150 45 122 0 73 421 105 30
Binary 1000010 10011 1101000 100101 1010010 0 111011 100010001 1000101 11000

Color Harmonies of #421368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421368

Black with #421368

Text Example


Text Example

White with #421368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421368; }

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

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

background-color css

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

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

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

border-color css

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

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

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