Html Css Color HEX #330261 Christalle

📋 copy color: '#330261'

red 51 ◦ green 2 ◦ blue 97

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

Shades of Christalle #330261

Tints of Christalle #330261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.33%

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

R = 34%
G = 1.33%
B = 64.67%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#330261 (or 0x330261) is known color: Christalle. HEX triplet: 33, 02 and 61. RGB value is (51,2,97). Sum of RGB (Red+Green+Blue) = 51+2+97=150 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 97 (38.28% from 255 or 64.67% from 150); Max value from RGB is 97 - color contains mainly: blue. Hex color #330261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330261 is #CCFD9E. Grayscale: #1B1B1B. Windows color (decimal): -13434271 or 6357555. OLE color: 6357555.

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

Color convert

RGB 51 2 97 -
CMYK 0.47 0.98 0 0.62
HSL 270.95º 0.96% 0.19% -
HSV(B) 270.95º 0.98% 0.38% -
XYZ 3.54 1.61 11.43 -
YUV 27.48 167.23 144.78 -
System Red Green Blue C M Y K H S L
Decimal 51 2 97 0.47 0.98 0 0.62 270.95 0.96 0.19
Hex 33 2 61 2F 62 0 3E 10F 60 13
Octal 63 2 141 57 142 0 76 417 140 23
Binary 110011 10 1100001 101111 1100010 0 111110 100001111 1100000 10011

Color Harmonies of #330261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330261

Black with #330261

Text Example


Text Example

White with #330261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330261; }

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

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

background-color css

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

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

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

border-color css

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

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

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