Html Css Color HEX #421B61 Christalle

📋 copy color: '#421B61'

red 66 ◦ green 27 ◦ blue 97

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

Shades of Christalle #421B61

Tints of Christalle #421B61

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.21%

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

R = 34.74%
G = 14.21%
B = 51.05%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#421B61 (or 0x421B61) is known color: Christalle. HEX triplet: 42, 1B and 61. RGB value is (66,27,97). Sum of RGB (Red+Green+Blue) = 66+27+97=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 27 (10.94% from 255 or 14.21% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #421B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421B61 is #BDE49E. Grayscale: #2E2E2E. Windows color (decimal): -12444831 or 6363970. OLE color: 6363970.

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

Color convert

RGB 66 27 97 -
CMYK 0.32 0.72 0 0.62
HSL 273.43º 0.56% 0.24% -
HSV(B) 273.43º 0.72% 0.38% -
XYZ 4.8 2.81 11.6 -
YUV 46.64 156.42 141.81 -
System Red Green Blue C M Y K H S L
Decimal 66 27 97 0.32 0.72 0 0.62 273.43 0.56 0.24
Hex 42 1B 61 20 48 0 3E 111 38 18
Octal 102 33 141 40 110 0 76 421 70 30
Binary 1000010 11011 1100001 100000 1001000 0 111110 100010001 111000 11000

Color Harmonies of #421B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B61

Black with #421B61

Text Example


Text Example

White with #421B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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