Html Css Color HEX #330461 Christalle

📋 copy color: '#330461'

red 51 ◦ green 4 ◦ blue 97

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

Shades of Christalle #330461

Tints of Christalle #330461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.63%

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

R = 33.55%
G = 2.63%
B = 63.82%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#330461 (or 0x330461) is known color: Christalle. HEX triplet: 33, 04 and 61. RGB value is (51,4,97). Sum of RGB (Red+Green+Blue) = 51+4+97=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 97 (38.28% from 255 or 63.82% from 152); Max value from RGB is 97 - color contains mainly: blue. Hex color #330461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330461 is #CCFB9E. Grayscale: #1C1C1C. Windows color (decimal): -13433759 or 6358067. OLE color: 6358067.

HSL color Cylindrical-coordinate representation of color #330461: hue angle of 270.32º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330461 is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 4 97 -
CMYK 0.47 0.96 0 0.62
HSL 270.32º 0.92% 0.2% -
HSV(B) 270.32º 0.96% 0.38% -
XYZ 3.57 1.65 11.44 -
YUV 28.66 166.57 143.94 -
System Red Green Blue C M Y K H S L
Decimal 51 4 97 0.47 0.96 0 0.62 270.32 0.92 0.2
Hex 33 4 61 2F 60 0 3E 10E 5C 14
Octal 63 4 141 57 140 0 76 416 134 24
Binary 110011 100 1100001 101111 1100000 0 111110 100001110 1011100 10100

Color Harmonies of #330461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330461

Black with #330461

Text Example


Text Example

White with #330461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330461; }

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

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

background-color css

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

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

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

border-color css

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

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

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