Html Css Color HEX #330D65 Christalle

📋 copy color: '#330D65'

red 51 ◦ green 13 ◦ blue 101

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

Shades of Christalle #330D65

Tints of Christalle #330D65

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.88%

 BLUE value IS 101 (39.84% from 255) = 61.21%

R = 30.91%
G = 7.88%
B = 61.21%

CMYK

 C value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#330D65 (or 0x330D65) is known color: Christalle. HEX triplet: 33, 0D and 65. RGB value is (51,13,101). Sum of RGB (Red+Green+Blue) = 51+13+101=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 13 (5.47% from 255 or 7.88% from 165); Blue value is 101 (39.84% from 255 or 61.21% from 165); Max value from RGB is 101 - color contains mainly: blue. Hex color #330D65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330D65 is #CCF29A. Grayscale: #222222. Windows color (decimal): -13431451 or 6622515. OLE color: 6622515.

HSL color Cylindrical-coordinate representation of color #330D65: hue angle of 265.91º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #330D65 is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 51 13 101 -
CMYK 0.50 0.87 0 0.60
HSL 265.91º 0.77% 0.22% -
HSV(B) 265.91º 0.87% 0.4% -
XYZ 3.86 1.93 12.48 -
YUV 34.39 165.59 139.84 -
System Red Green Blue C M Y K H S L
Decimal 51 13 101 0.50 0.87 0 0.60 265.91 0.77 0.22
Hex 33 D 65 32 57 0 3C 10A 4D 16
Octal 63 15 145 62 127 0 74 412 115 26
Binary 110011 1101 1100101 110010 1010111 0 111100 100001010 1001101 10110

Color Harmonies of #330D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330D65

Black with #330D65

Text Example


Text Example

White with #330D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,13,101); }

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

background-color css

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

 a { background-color: rgb(51,13,101); }

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

border-color css

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

 span { border-color: rgb(51,13,101); }

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