Html Css Color HEX #321058 Christalle

📋 copy color: '#321058'

red 50 ◦ green 16 ◦ blue 88

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

Shades of Christalle #321058

Tints of Christalle #321058

RGB

 RED value IS 50 (19.92% from 255) = 32.47%

 GREEN value IS 16 (6.64% from 255) = 10.39%

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

R = 32.47%
G = 10.39%
B = 57.14%

CMYK

 C value IS 0.43

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#321058 (or 0x321058) is known color: Christalle. HEX triplet: 32, 10 and 58. RGB value is (50,16,88). Sum of RGB (Red+Green+Blue) = 50+16+88=154 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.47% from 154); Green value is 16 (6.64% from 255 or 10.39% 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 #321058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321058 is #CDEFA7. Grayscale: #222222. Windows color (decimal): -13496232 or 5771314. OLE color: 5771314.

HSL color Cylindrical-coordinate representation of color #321058: hue angle of 268.33º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #321058 is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 16 88 -
CMYK 0.43 0.82 0 0.65
HSL 268.33º 0.69% 0.2% -
HSV(B) 268.33º 0.82% 0.35% -
XYZ 3.26 1.75 9.4 -
YUV 34.37 158.26 139.15 -
System Red Green Blue C M Y K H S L
Decimal 50 16 88 0.43 0.82 0 0.65 268.33 0.69 0.2
Hex 32 10 58 2B 52 0 41 10C 45 14
Octal 62 20 130 53 122 0 101 414 105 24
Binary 110010 10000 1011000 101011 1010010 0 1000001 100001100 1000101 10100

Color Harmonies of #321058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321058

Black with #321058

Text Example


Text Example

White with #321058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321058; }

 p { color: rgb(50,16,88); }

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

background-color css

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

 a { background-color: rgb(50,16,88); }

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

border-color css

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

 span { border-color: rgb(50,16,88); }

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