Html Css Color HEX #331261 Christalle

📋 copy color: '#331261'

red 51 ◦ green 18 ◦ blue 97

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

Shades of Christalle #331261

Tints of Christalle #331261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 58.43%

R = 30.72%
G = 10.84%
B = 58.43%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#331261 (or 0x331261) is known color: Christalle. HEX triplet: 33, 12 and 61. RGB value is (51,18,97). Sum of RGB (Red+Green+Blue) = 51+18+97=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 97 (38.28% from 255 or 58.43% from 166); Max value from RGB is 97 - color contains mainly: blue. Hex color #331261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331261 is #CCED9E. Grayscale: #242424. Windows color (decimal): -13430175 or 6361651. OLE color: 6361651.

HSL color Cylindrical-coordinate representation of color #331261: hue angle of 265.06º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #331261 is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 18 97 -
CMYK 0.47 0.81 0 0.62
HSL 265.06º 0.69% 0.23% -
HSV(B) 265.06º 0.81% 0.38% -
XYZ 3.74 2 11.5 -
YUV 36.87 161.93 138.08 -
System Red Green Blue C M Y K H S L
Decimal 51 18 97 0.47 0.81 0 0.62 265.06 0.69 0.23
Hex 33 12 61 2F 51 0 3E 109 45 17
Octal 63 22 141 57 121 0 76 411 105 27
Binary 110011 10010 1100001 101111 1010001 0 111110 100001001 1000101 10111

Color Harmonies of #331261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331261

Black with #331261

Text Example


Text Example

White with #331261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331261; }

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

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

background-color css

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

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

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

border-color css

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

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

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