Html Css Color HEX #35085D Christalle

📋 copy color: '#35085D'

red 53 ◦ green 8 ◦ blue 93

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

Shades of Christalle #35085D

Tints of Christalle #35085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.19%

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

R = 34.42%
G = 5.19%
B = 60.39%

CMYK

 C value IS 0.43

 M value IS 0.91

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35085D (or 0x35085D) is known color: Christalle. HEX triplet: 35, 08 and 5D. RGB value is (53,8,93). Sum of RGB (Red+Green+Blue) = 53+8+93=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #35085D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35085D is #CAF7A2. Grayscale: #1E1E1E. Windows color (decimal): -13301667 or 6096949. OLE color: 6096949.

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

Color convert

RGB 53 8 93 -
CMYK 0.43 0.91 0 0.64
HSL 271.76º 0.84% 0.2% -
HSV(B) 271.76º 0.91% 0.36% -
XYZ 3.53 1.72 10.5 -
YUV 31.15 162.91 143.59 -
System Red Green Blue C M Y K H S L
Decimal 53 8 93 0.43 0.91 0 0.64 271.76 0.84 0.2
Hex 35 8 5D 2B 5B 0 40 110 54 14
Octal 65 10 135 53 133 0 100 420 124 24
Binary 110101 1000 1011101 101011 1011011 0 1000000 100010000 1010100 10100

Color Harmonies of #35085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35085D

Black with #35085D

Text Example


Text Example

White with #35085D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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