Html Css Color HEX #421F61 Christalle

📋 copy color: '#421F61'

red 66 ◦ green 31 ◦ blue 97

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

Shades of Christalle #421F61

Tints of Christalle #421F61

RGB

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

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

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

R = 34.02%
G = 15.98%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#421F61 (or 0x421F61) is known color: Christalle. HEX triplet: 42, 1F and 61. RGB value is (66,31,97). Sum of RGB (Red+Green+Blue) = 66+31+97=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #421F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421F61 is #BDE09E. Grayscale: #303030. Windows color (decimal): -12443807 or 6364994. OLE color: 6364994.

HSL color Cylindrical-coordinate representation of color #421F61: hue angle of 271.82º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #421F61 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 31 97 -
CMYK 0.32 0.68 0 0.62
HSL 271.82º 0.52% 0.25% -
HSV(B) 271.82º 0.68% 0.38% -
XYZ 4.89 3 11.63 -
YUV 48.99 155.1 140.13 -
System Red Green Blue C M Y K H S L
Decimal 66 31 97 0.32 0.68 0 0.62 271.82 0.52 0.25
Hex 42 1F 61 20 44 0 3E 110 34 19
Octal 102 37 141 40 104 0 76 420 64 31
Binary 1000010 11111 1100001 100000 1000100 0 111110 100010000 110100 11001

Color Harmonies of #421F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421F61

Black with #421F61

Text Example


Text Example

White with #421F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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