Html Css Color HEX #330E57 Christalle

📋 copy color: '#330E57'

red 51 ◦ green 14 ◦ blue 87

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

Shades of Christalle #330E57

Tints of Christalle #330E57

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.21%

 BLUE value IS 87 (34.38% from 255) = 57.24%

R = 33.55%
G = 9.21%
B = 57.24%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#330E57 (or 0x330E57) is known color: Christalle. HEX triplet: 33, 0E and 57. RGB value is (51,14,87). Sum of RGB (Red+Green+Blue) = 51+14+87=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 87 (34.38% from 255 or 57.24% from 152); Max value from RGB is 87 - color contains mainly: blue. Hex color #330E57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330E57 is #CCF1A8. Grayscale: #212121. Windows color (decimal): -13431209 or 5705267. OLE color: 5705267.

HSL color Cylindrical-coordinate representation of color #330E57: hue angle of 270.41º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #330E57 is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 51 14 87 -
CMYK 0.41 0.84 0 0.66
HSL 270.41º 0.72% 0.2% -
HSV(B) 270.41º 0.84% 0.34% -
XYZ 3.24 1.71 9.18 -
YUV 33.39 158.26 140.56 -
System Red Green Blue C M Y K H S L
Decimal 51 14 87 0.41 0.84 0 0.66 270.41 0.72 0.2
Hex 33 E 57 29 54 0 42 10E 48 14
Octal 63 16 127 51 124 0 102 416 110 24
Binary 110011 1110 1010111 101001 1010100 0 1000010 100001110 1001000 10100

Color Harmonies of #330E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330E57

Black with #330E57

Text Example


Text Example

White with #330E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,14,87); }

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

background-color css

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

 a { background-color: rgb(51,14,87); }

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

border-color css

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

 span { border-color: rgb(51,14,87); }

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