Html Css Color HEX #330561 Christalle

📋 copy color: '#330561'

red 51 ◦ green 5 ◦ blue 97

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

Shades of Christalle #330561

Tints of Christalle #330561

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.27%

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

R = 33.33%
G = 3.27%
B = 63.4%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#330561 (or 0x330561) is known color: Christalle. HEX triplet: 33, 05 and 61. RGB value is (51,5,97). Sum of RGB (Red+Green+Blue) = 51+5+97=153 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.33% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 97 (38.28% from 255 or 63.40% from 153); Max value from RGB is 97 - color contains mainly: blue. Hex color #330561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330561 is #CCFA9E. Grayscale: #1C1C1C. Windows color (decimal): -13433503 or 6358323. OLE color: 6358323.

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

Color convert

RGB 51 5 97 -
CMYK 0.47 0.95 0 0.62
HSL 270º 0.9% 0.2% -
HSV(B) 270º 0.95% 0.38% -
XYZ 3.58 1.68 11.44 -
YUV 29.24 166.24 143.52 -
System Red Green Blue C M Y K H S L
Decimal 51 5 97 0.47 0.95 0 0.62 270 0.9 0.2
Hex 33 5 61 2F 5F 0 3E 10E 5A 14
Octal 63 5 141 57 137 0 76 416 132 24
Binary 110011 101 1100001 101111 1011111 0 111110 100001110 1011010 10100

Color Harmonies of #330561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330561

Black with #330561

Text Example


Text Example

White with #330561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330561; }

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

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

background-color css

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

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

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

border-color css

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

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

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