Html Css Color HEX #330F58 Christalle

📋 copy color: '#330F58'

red 51 ◦ green 15 ◦ blue 88

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

Shades of Christalle #330F58

Tints of Christalle #330F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 57.14%

R = 33.12%
G = 9.74%
B = 57.14%

CMYK

 C value IS 0.42

 M value IS 0.83

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#330F58 (or 0x330F58) is known color: Christalle. HEX triplet: 33, 0F and 58. RGB value is (51,15,88). Sum of RGB (Red+Green+Blue) = 51+15+88=154 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.12% from 154); Green value is 15 (6.25% from 255 or 9.74% from 154); Blue value is 88 (34.77% from 255 or 57.14% from 154); Max value from RGB is 88 - color contains mainly: blue. Hex color #330F58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330F58 is #CCF0A7. Grayscale: #212121. Windows color (decimal): -13430952 or 5771059. OLE color: 5771059.

HSL color Cylindrical-coordinate representation of color #330F58: hue angle of 269.59º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #330F58 is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 15 88 -
CMYK 0.42 0.83 0 0.65
HSL 269.59º 0.71% 0.2% -
HSV(B) 269.59º 0.83% 0.35% -
XYZ 3.3 1.75 9.4 -
YUV 34.09 158.43 140.06 -
System Red Green Blue C M Y K H S L
Decimal 51 15 88 0.42 0.83 0 0.65 269.59 0.71 0.2
Hex 33 F 58 2A 53 0 41 10E 47 14
Octal 63 17 130 52 123 0 101 416 107 24
Binary 110011 1111 1011000 101010 1010011 0 1000001 100001110 1000111 10100

Color Harmonies of #330F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330F58

Black with #330F58

Text Example


Text Example

White with #330F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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