Html Css Color HEX #422268 Christalle

📋 copy color: '#422268'

red 66 ◦ green 34 ◦ blue 104

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

Shades of Christalle #422268

Tints of Christalle #422268

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.67%

 BLUE value IS 104 (41.02% from 255) = 50.98%

R = 32.35%
G = 16.67%
B = 50.98%

CMYK

 C value IS 0.37

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#422268 (or 0x422268) is known color: Christalle. HEX triplet: 42, 22 and 68. RGB value is (66,34,104). Sum of RGB (Red+Green+Blue) = 66+34+104=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #422268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422268 is #BDDD97. Grayscale: #333333. Windows color (decimal): -12443032 or 6824514. OLE color: 6824514.

HSL color Cylindrical-coordinate representation of color #422268: hue angle of 267.43º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #422268 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 34 104 -
CMYK 0.37 0.67 0 0.59
HSL 267.43º 0.51% 0.27% -
HSV(B) 267.43º 0.67% 0.41% -
XYZ 5.32 3.3 13.45 -
YUV 51.55 157.6 138.31 -
System Red Green Blue C M Y K H S L
Decimal 66 34 104 0.37 0.67 0 0.59 267.43 0.51 0.27
Hex 42 22 68 25 43 0 3B 10B 33 1B
Octal 102 42 150 45 103 0 73 413 63 33
Binary 1000010 100010 1101000 100101 1000011 0 111011 100001011 110011 11011

Color Harmonies of #422268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422268

Black with #422268

Text Example


Text Example

White with #422268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422268; }

 p { color: rgb(66,34,104); }

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

background-color css

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

 a { background-color: rgb(66,34,104); }

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

border-color css

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

 span { border-color: rgb(66,34,104); }

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