Html Css Color HEX #330B61 Christalle

📋 copy color: '#330B61'

red 51 ◦ green 11 ◦ blue 97

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

Shades of Christalle #330B61

Tints of Christalle #330B61

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.92%

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

R = 32.08%
G = 6.92%
B = 61.01%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#330B61 (or 0x330B61) is known color: Christalle. HEX triplet: 33, 0B and 61. RGB value is (51,11,97). Sum of RGB (Red+Green+Blue) = 51+11+97=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 11 (4.69% from 255 or 6.92% from 159); Blue value is 97 (38.28% from 255 or 61.01% from 159); Max value from RGB is 97 - color contains mainly: blue. Hex color #330B61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330B61 is #CCF49E. Grayscale: #202020. Windows color (decimal): -13431967 or 6359859. OLE color: 6359859.

HSL color Cylindrical-coordinate representation of color #330B61: hue angle of 267.91º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #330B61 is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 11 97 -
CMYK 0.47 0.89 0 0.62
HSL 267.91º 0.8% 0.21% -
HSV(B) 267.91º 0.89% 0.38% -
XYZ 3.64 1.81 11.47 -
YUV 32.76 164.25 141.01 -
System Red Green Blue C M Y K H S L
Decimal 51 11 97 0.47 0.89 0 0.62 267.91 0.8 0.21
Hex 33 B 61 2F 59 0 3E 10C 50 15
Octal 63 13 141 57 131 0 76 414 120 25
Binary 110011 1011 1100001 101111 1011001 0 111110 100001100 1010000 10101

Color Harmonies of #330B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330B61

Black with #330B61

Text Example


Text Example

White with #330B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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