Html Css Color HEX #330362 Christalle

📋 copy color: '#330362'

red 51 ◦ green 3 ◦ blue 98

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

Shades of Christalle #330362

Tints of Christalle #330362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.97%

 BLUE value IS 98 (38.67% from 255) = 64.47%

R = 33.55%
G = 1.97%
B = 64.47%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#330362 (or 0x330362) is known color: Christalle. HEX triplet: 33, 03 and 62. RGB value is (51,3,98). Sum of RGB (Red+Green+Blue) = 51+3+98=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 98 (38.67% from 255 or 64.47% from 152); Max value from RGB is 98 - color contains mainly: blue. Hex color #330362 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330362 is #CCFC9D. Grayscale: #1B1B1B. Windows color (decimal): -13434014 or 6423347. OLE color: 6423347.

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

Color convert

RGB 51 3 98 -
CMYK 0.48 0.97 0 0.62
HSL 270.32º 0.94% 0.2% -
HSV(B) 270.32º 0.97% 0.38% -
XYZ 3.6 1.65 11.68 -
YUV 28.18 167.4 144.28 -
System Red Green Blue C M Y K H S L
Decimal 51 3 98 0.48 0.97 0 0.62 270.32 0.94 0.2
Hex 33 3 62 30 61 0 3E 10E 5E 14
Octal 63 3 142 60 141 0 76 416 136 24
Binary 110011 11 1100010 110000 1100001 0 111110 100001110 1011110 10100

Color Harmonies of #330362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330362

Black with #330362

Text Example


Text Example

White with #330362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330362; }

 p { color: rgb(51,3,98); }

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

background-color css

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

 a { background-color: rgb(51,3,98); }

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

border-color css

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

 span { border-color: rgb(51,3,98); }

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