Html Css Color HEX #421367 Christalle

📋 copy color: '#421367'

red 66 ◦ green 19 ◦ blue 103

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

Shades of Christalle #421367

Tints of Christalle #421367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 54.79%

R = 35.11%
G = 10.11%
B = 54.79%

CMYK

 C value IS 0.36

 M value IS 0.82

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#421367 (or 0x421367) is known color: Christalle. HEX triplet: 42, 13 and 67. RGB value is (66,19,103). Sum of RGB (Red+Green+Blue) = 66+19+103=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 103 (40.62% from 255 or 54.79% from 188); Max value from RGB is 103 - color contains mainly: blue. Hex color #421367 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421367 is #BDEC98. Grayscale: #2A2A2A. Windows color (decimal): -12446873 or 6755138. OLE color: 6755138.

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

Color convert

RGB 66 19 103 -
CMYK 0.36 0.82 0 0.60
HSL 273.57º 0.69% 0.24% -
HSV(B) 273.57º 0.82% 0.4% -
XYZ 4.93 2.6 13.07 -
YUV 42.63 162.07 144.67 -
System Red Green Blue C M Y K H S L
Decimal 66 19 103 0.36 0.82 0 0.60 273.57 0.69 0.24
Hex 42 13 67 24 52 0 3C 112 45 18
Octal 102 23 147 44 122 0 74 422 105 30
Binary 1000010 10011 1100111 100100 1010010 0 111100 100010010 1000101 11000

Color Harmonies of #421367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421367

Black with #421367

Text Example


Text Example

White with #421367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421367; }

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

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

background-color css

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

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

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

border-color css

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

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

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