Html Css Color HEX #330F61 Christalle

📋 copy color: '#330F61'

red 51 ◦ green 15 ◦ blue 97

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

Shades of Christalle #330F61

Tints of Christalle #330F61

RGB

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

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

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

R = 31.29%
G = 9.2%
B = 59.51%

CMYK

 C value IS 0.47

 M value IS 0.85

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#330F61 (or 0x330F61) is known color: Christalle. HEX triplet: 33, 0F and 61. RGB value is (51,15,97). Sum of RGB (Red+Green+Blue) = 51+15+97=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 97 (38.28% from 255 or 59.51% from 163); Max value from RGB is 97 - color contains mainly: blue. Hex color #330F61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330F61 is #CCF09E. Grayscale: #222222. Windows color (decimal): -13430943 or 6360883. OLE color: 6360883.

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

Color convert

RGB 51 15 97 -
CMYK 0.47 0.85 0 0.62
HSL 266.34º 0.73% 0.22% -
HSV(B) 266.34º 0.85% 0.38% -
XYZ 3.69 1.91 11.48 -
YUV 35.11 162.93 139.33 -
System Red Green Blue C M Y K H S L
Decimal 51 15 97 0.47 0.85 0 0.62 266.34 0.73 0.22
Hex 33 F 61 2F 55 0 3E 10A 49 16
Octal 63 17 141 57 125 0 76 412 111 26
Binary 110011 1111 1100001 101111 1010101 0 111110 100001010 1001001 10110

Color Harmonies of #330F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330F61

Black with #330F61

Text Example


Text Example

White with #330F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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