Html Css Color HEX #421261 Christalle

📋 copy color: '#421261'

red 66 ◦ green 18 ◦ blue 97

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

Shades of Christalle #421261

Tints of Christalle #421261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.94%

 BLUE value IS 97 (38.28% from 255) = 53.59%

R = 36.46%
G = 9.94%
B = 53.59%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#421261 (or 0x421261) is known color: Christalle. HEX triplet: 42, 12 and 61. RGB value is (66,18,97). Sum of RGB (Red+Green+Blue) = 66+18+97=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #421261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421261 is #BDED9E. Grayscale: #292929. Windows color (decimal): -12447135 or 6361666. OLE color: 6361666.

HSL color Cylindrical-coordinate representation of color #421261: hue angle of 276.46º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #421261 is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 18 97 -
CMYK 0.32 0.81 0 0.62
HSL 276.46º 0.69% 0.23% -
HSV(B) 276.46º 0.81% 0.38% -
XYZ 4.62 2.45 11.54 -
YUV 41.36 159.4 145.58 -
System Red Green Blue C M Y K H S L
Decimal 66 18 97 0.32 0.81 0 0.62 276.46 0.69 0.23
Hex 42 12 61 20 51 0 3E 114 45 17
Octal 102 22 141 40 121 0 76 424 105 27
Binary 1000010 10010 1100001 100000 1010001 0 111110 100010100 1000101 10111

Color Harmonies of #421261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421261

Black with #421261

Text Example


Text Example

White with #421261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421261; }

 p { color: rgb(66,18,97); }

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

background-color css

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

 a { background-color: rgb(66,18,97); }

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

border-color css

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

 span { border-color: rgb(66,18,97); }

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