Html Css Color HEX #330D5F Christalle

📋 copy color: '#330D5F'

red 51 ◦ green 13 ◦ blue 95

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

Shades of Christalle #330D5F

Tints of Christalle #330D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 59.75%

R = 32.08%
G = 8.18%
B = 59.75%

CMYK

 C value IS 0.46

 M value IS 0.86

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#330D5F (or 0x330D5F) is known color: Christalle. HEX triplet: 33, 0D and 5F. RGB value is (51,13,95). Sum of RGB (Red+Green+Blue) = 51+13+95=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 95 (37.5% from 255 or 59.75% from 159); Max value from RGB is 95 - color contains mainly: blue. Hex color #330D5F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330D5F is #CCF2A0. Grayscale: #212121. Windows color (decimal): -13431457 or 6229299. OLE color: 6229299.

HSL color Cylindrical-coordinate representation of color #330D5F: hue angle of 267.8º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #330D5F is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 51 13 95 -
CMYK 0.46 0.86 0 0.63
HSL 267.8º 0.76% 0.21% -
HSV(B) 267.8º 0.86% 0.37% -
XYZ 3.57 1.82 10.99 -
YUV 33.71 162.59 140.33 -
System Red Green Blue C M Y K H S L
Decimal 51 13 95 0.46 0.86 0 0.63 267.8 0.76 0.21
Hex 33 D 5F 2E 56 0 3F 10C 4C 15
Octal 63 15 137 56 126 0 77 414 114 25
Binary 110011 1101 1011111 101110 1010110 0 111111 100001100 1001100 10101

Color Harmonies of #330D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330D5F

Black with #330D5F

Text Example


Text Example

White with #330D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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