Html Css Color HEX #351058 Christalle

📋 copy color: '#351058'

red 53 ◦ green 16 ◦ blue 88

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

Shades of Christalle #351058

Tints of Christalle #351058

RGB

 RED value IS 53 (21.09% from 255) = 33.76%

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

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

R = 33.76%
G = 10.19%
B = 56.05%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#351058 (or 0x351058) is known color: Christalle. HEX triplet: 35, 10 and 58. RGB value is (53,16,88). Sum of RGB (Red+Green+Blue) = 53+16+88=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #351058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351058 is #CAEFA7. Grayscale: #232323. Windows color (decimal): -13299624 or 5771317. OLE color: 5771317.

HSL color Cylindrical-coordinate representation of color #351058: hue angle of 270.83º 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 #351058 is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 16 88 -
CMYK 0.40 0.82 0 0.65
HSL 270.83º 0.69% 0.2% -
HSV(B) 270.83º 0.82% 0.35% -
XYZ 3.41 1.83 9.41 -
YUV 35.27 157.76 140.65 -
System Red Green Blue C M Y K H S L
Decimal 53 16 88 0.40 0.82 0 0.65 270.83 0.69 0.2
Hex 35 10 58 28 52 0 41 10F 45 14
Octal 65 20 130 50 122 0 101 417 105 24
Binary 110101 10000 1011000 101000 1010010 0 1000001 100001111 1000101 10100

Color Harmonies of #351058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351058

Black with #351058

Text Example


Text Example

White with #351058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351058; }

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

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

background-color css

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

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

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

border-color css

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

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

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