Html Css Color HEX #421A6F Christalle

📋 copy color: '#421A6F'

red 66 ◦ green 26 ◦ blue 111

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

Shades of Christalle #421A6F

Tints of Christalle #421A6F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.81%

 BLUE value IS 111 (43.75% from 255) = 54.68%

R = 32.51%
G = 12.81%
B = 54.68%

CMYK

 C value IS 0.41

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#421A6F (or 0x421A6F) is known color: Christalle. HEX triplet: 42, 1A and 6F. RGB value is (66,26,111). Sum of RGB (Red+Green+Blue) = 66+26+111=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 111 (43.75% from 255 or 54.68% from 203); Max value from RGB is 111 - color contains mainly: blue. Hex color #421A6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421A6F is #BDE590. Grayscale: #2F2F2F. Windows color (decimal): -12445073 or 7281218. OLE color: 7281218.

HSL color Cylindrical-coordinate representation of color #421A6F: hue angle of 268.24º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #421A6F is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 26 111 -
CMYK 0.41 0.77 0 0.56
HSL 268.24º 0.62% 0.27% -
HSV(B) 268.24º 0.77% 0.44% -
XYZ 5.49 3.04 15.34 -
YUV 47.65 163.75 141.09 -
System Red Green Blue C M Y K H S L
Decimal 66 26 111 0.41 0.77 0 0.56 268.24 0.62 0.27
Hex 42 1A 6F 29 4D 0 38 10C 3E 1B
Octal 102 32 157 51 115 0 70 414 76 33
Binary 1000010 11010 1101111 101001 1001101 0 111000 100001100 111110 11011

Color Harmonies of #421A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421A6F

Black with #421A6F

Text Example


Text Example

White with #421A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,26,111); }

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

background-color css

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

 a { background-color: rgb(66,26,111); }

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

border-color css

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

 span { border-color: rgb(66,26,111); }

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