Html Css Color HEX #332058 Christalle

📋 copy color: '#332058'

red 51 ◦ green 32 ◦ blue 88

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

Shades of Christalle #332058

Tints of Christalle #332058

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.71%

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

R = 29.82%
G = 18.71%
B = 51.46%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#332058 (or 0x332058) is known color: Christalle. HEX triplet: 33, 20 and 58. RGB value is (51,32,88). Sum of RGB (Red+Green+Blue) = 51+32+88=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #332058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332058 is #CCDFA7. Grayscale: #2B2B2B. Windows color (decimal): -13426600 or 5775411. OLE color: 5775411.

HSL color Cylindrical-coordinate representation of color #332058: hue angle of 260.36º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #332058 is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 32 88 -
CMYK 0.42 0.64 0 0.65
HSL 260.36º 0.47% 0.24% -
HSV(B) 260.36º 0.64% 0.35% -
XYZ 3.64 2.44 9.51 -
YUV 44.07 152.79 132.95 -
System Red Green Blue C M Y K H S L
Decimal 51 32 88 0.42 0.64 0 0.65 260.36 0.47 0.24
Hex 33 20 58 2A 40 0 41 104 2F 18
Octal 63 40 130 52 100 0 101 404 57 30
Binary 110011 100000 1011000 101010 1000000 0 1000001 100000100 101111 11000

Color Harmonies of #332058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332058

Black with #332058

Text Example


Text Example

White with #332058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332058; }

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

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

background-color css

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

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

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

border-color css

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

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

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