Html Css Color HEX #35055D Christalle

📋 copy color: '#35055D'

red 53 ◦ green 5 ◦ blue 93

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

Shades of Christalle #35055D

Tints of Christalle #35055D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.31%

 BLUE value IS 93 (36.72% from 255) = 61.59%

R = 35.1%
G = 3.31%
B = 61.59%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35055D (or 0x35055D) is known color: Christalle. HEX triplet: 35, 05 and 5D. RGB value is (53,5,93). Sum of RGB (Red+Green+Blue) = 53+5+93=151 (20% of max value = 765). Red value is 53 (21.09% from 255 or 35.10% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 93 (36.72% from 255 or 61.59% from 151); Max value from RGB is 93 - color contains mainly: blue. Hex color #35055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35055D is #CAFAA2. Grayscale: #1D1D1D. Windows color (decimal): -13302435 or 6096181. OLE color: 6096181.

HSL color Cylindrical-coordinate representation of color #35055D: hue angle of 272.73º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #35055D is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 5 93 -
CMYK 0.43 0.95 0 0.64
HSL 272.73º 0.9% 0.19% -
HSV(B) 272.73º 0.95% 0.36% -
XYZ 3.5 1.66 10.49 -
YUV 29.38 163.9 144.84 -
System Red Green Blue C M Y K H S L
Decimal 53 5 93 0.43 0.95 0 0.64 272.73 0.9 0.19
Hex 35 5 5D 2B 5F 0 40 111 5A 13
Octal 65 5 135 53 137 0 100 421 132 23
Binary 110101 101 1011101 101011 1011111 0 1000000 100010001 1011010 10011

Color Harmonies of #35055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35055D

Black with #35055D

Text Example


Text Example

White with #35055D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35055D; }

 p { color: rgb(53,5,93); }

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

background-color css

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

 a { background-color: rgb(53,5,93); }

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

border-color css

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

 span { border-color: rgb(53,5,93); }

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