Html Css Color HEX #471268 Christalle

📋 copy color: '#471268'

red 71 ◦ green 18 ◦ blue 104

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

Shades of Christalle #471268

Tints of Christalle #471268

RGB

 RED value IS 71 (28.13% from 255) = 36.79%

 GREEN value IS 18 (7.42% from 255) = 9.33%

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

R = 36.79%
G = 9.33%
B = 53.89%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#471268 (or 0x471268) is known color: Christalle. HEX triplet: 47, 12 and 68. RGB value is (71,18,104). Sum of RGB (Red+Green+Blue) = 71+18+104=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 104 (41.02% from 255 or 53.89% from 193); Max value from RGB is 104 - color contains mainly: blue. Hex color #471268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471268 is #B8ED97. Grayscale: #2B2B2B. Windows color (decimal): -12119448 or 6820423. OLE color: 6820423.

HSL color Cylindrical-coordinate representation of color #471268: hue angle of 276.98º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #471268 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 18 104 -
CMYK 0.32 0.83 0 0.59
HSL 276.98º 0.7% 0.24% -
HSV(B) 276.98º 0.83% 0.41% -
XYZ 5.31 2.77 13.35 -
YUV 43.65 162.06 147.51 -
System Red Green Blue C M Y K H S L
Decimal 71 18 104 0.32 0.83 0 0.59 276.98 0.7 0.24
Hex 47 12 68 20 53 0 3B 115 46 18
Octal 107 22 150 40 123 0 73 425 106 30
Binary 1000111 10010 1101000 100000 1010011 0 111011 100010101 1000110 11000

Color Harmonies of #471268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471268

Black with #471268

Text Example


Text Example

White with #471268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471268; }

 p { color: rgb(71,18,104); }

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

background-color css

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

 a { background-color: rgb(71,18,104); }

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

border-color css

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

 span { border-color: rgb(71,18,104); }

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