Html Css Color HEX #331268 Christalle

📋 copy color: '#331268'

red 51 ◦ green 18 ◦ blue 104

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

Shades of Christalle #331268

Tints of Christalle #331268

RGB

 RED value IS 51 (20.31% from 255) = 29.48%

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

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

R = 29.48%
G = 10.4%
B = 60.12%

CMYK

 C value IS 0.51

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#331268 (or 0x331268) is known color: Christalle. HEX triplet: 33, 12 and 68. RGB value is (51,18,104). Sum of RGB (Red+Green+Blue) = 51+18+104=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 104 (41.02% from 255 or 60.12% from 173); Max value from RGB is 104 - color contains mainly: blue. Hex color #331268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331268 is #CCED97. Grayscale: #252525. Windows color (decimal): -13430168 or 6820403. OLE color: 6820403.

HSL color Cylindrical-coordinate representation of color #331268: hue angle of 263.02º 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 #331268 is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 18 104 -
CMYK 0.51 0.83 0 0.59
HSL 263.02º 0.7% 0.24% -
HSV(B) 263.02º 0.83% 0.41% -
XYZ 4.08 2.14 13.29 -
YUV 37.67 165.43 137.51 -
System Red Green Blue C M Y K H S L
Decimal 51 18 104 0.51 0.83 0 0.59 263.02 0.7 0.24
Hex 33 12 68 33 53 0 3B 107 46 18
Octal 63 22 150 63 123 0 73 407 106 30
Binary 110011 10010 1101000 110011 1010011 0 111011 100000111 1000110 11000

Color Harmonies of #331268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331268

Black with #331268

Text Example


Text Example

White with #331268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331268; }

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

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

background-color css

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

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

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

border-color css

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

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

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