Html Css Color HEX #331066 Christalle

📋 copy color: '#331066'

red 51 ◦ green 16 ◦ blue 102

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

Shades of Christalle #331066

Tints of Christalle #331066

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.47%

 BLUE value IS 102 (40.23% from 255) = 60.36%

R = 30.18%
G = 9.47%
B = 60.36%

CMYK

 C value IS 0.5

 M value IS 0.84

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#331066 (or 0x331066) is known color: Christalle. HEX triplet: 33, 10 and 66. RGB value is (51,16,102). Sum of RGB (Red+Green+Blue) = 51+16+102=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 102 (40.23% from 255 or 60.36% from 169); Max value from RGB is 102 - color contains mainly: blue. Hex color #331066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331066 is #CCEF99. Grayscale: #232323. Windows color (decimal): -13430682 or 6688819. OLE color: 6688819.

HSL color Cylindrical-coordinate representation of color #331066: hue angle of 264.42º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #331066 is Cyan = 0.5, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 51 16 102 -
CMYK 0.5 0.84 0 0.6
HSL 264.42º 0.73% 0.23% -
HSV(B) 264.42º 0.84% 0.4% -
XYZ 3.95 2.03 12.75 -
YUV 36.27 165.1 138.51 -
System Red Green Blue C M Y K H S L
Decimal 51 16 102 0.5 0.84 0 0.6 264.42 0.73 0.23
Hex 33 10 66 32 54 0 3C 108 49 17
Octal 63 20 146 62 124 0 74 410 111 27
Binary 110011 10000 1100110 110010 1010100 0 111100 100001000 1001001 10111

Color Harmonies of #331066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331066

Black with #331066

Text Example


Text Example

White with #331066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331066; }

 p { color: rgb(51,16,102); }

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

background-color css

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

 a { background-color: rgb(51,16,102); }

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

border-color css

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

 span { border-color: rgb(51,16,102); }

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