Html Css Color HEX #330F60 Christalle

📋 copy color: '#330F60'

red 51 ◦ green 15 ◦ blue 96

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

Shades of Christalle #330F60

Tints of Christalle #330F60

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.26%

 BLUE value IS 96 (37.89% from 255) = 59.26%

R = 31.48%
G = 9.26%
B = 59.26%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#330F60 (or 0x330F60) is known color: Christalle. HEX triplet: 33, 0F and 60. RGB value is (51,15,96). Sum of RGB (Red+Green+Blue) = 51+15+96=162 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.48% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 96 (37.89% from 255 or 59.26% from 162); Max value from RGB is 96 - color contains mainly: blue. Hex color #330F60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330F60 is #CCF09F. Grayscale: #222222. Windows color (decimal): -13430944 or 6295347. OLE color: 6295347.

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

Color convert

RGB 51 15 96 -
CMYK 0.47 0.84 0 0.62
HSL 266.67º 0.73% 0.22% -
HSV(B) 266.67º 0.84% 0.38% -
XYZ 3.65 1.89 11.24 -
YUV 35 162.43 139.41 -
System Red Green Blue C M Y K H S L
Decimal 51 15 96 0.47 0.84 0 0.62 266.67 0.73 0.22
Hex 33 F 60 2F 54 0 3E 10B 49 16
Octal 63 17 140 57 124 0 76 413 111 26
Binary 110011 1111 1100000 101111 1010100 0 111110 100001011 1001001 10110

Color Harmonies of #330F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330F60

Black with #330F60

Text Example


Text Example

White with #330F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,15,96); }

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

background-color css

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

 a { background-color: rgb(51,15,96); }

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

border-color css

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

 span { border-color: rgb(51,15,96); }

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