Html Css Color HEX #35005B Christalle

📋 copy color: '#35005B'

red 53 ◦ green 0 ◦ blue 91

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

Shades of Christalle #35005B

Tints of Christalle #35005B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 91 (35.94% from 255) = 63.19%

R = 36.81%
G = 0%
B = 63.19%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35005B (or 0x35005B) is known color: Christalle. HEX triplet: 35, 00 and 5B. RGB value is (53,0,91). Sum of RGB (Red+Green+Blue) = 53+0+91=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 91 (35.94% from 255 or 63.19% from 144); Max value from RGB is 91 - color contains mainly: blue. Hex color #35005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35005B is #CAFFA4. Grayscale: #191919. Windows color (decimal): -13303717 or 5963829. OLE color: 5963829.

HSL color Cylindrical-coordinate representation of color #35005B: hue angle of 274.95º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35005B is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 0 91 -
CMYK 0.42 1 0 0.64
HSL 274.95º 1% 0.18% -
HSV(B) 274.95º 1% 0.36% -
XYZ 3.36 1.51 10.01 -
YUV 26.22 164.56 147.1 -
System Red Green Blue C M Y K H S L
Decimal 53 0 91 0.42 1 0 0.64 274.95 1 0.18
Hex 35 0 5B 2A 64 0 40 113 64 12
Octal 65 0 133 52 144 0 100 423 144 22
Binary 110101 0 1011011 101010 1100100 0 1000000 100010011 1100100 10010

Color Harmonies of #35005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35005B

Black with #35005B

Text Example


Text Example

White with #35005B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35005B; }

 p { color: rgb(53,0,91); }

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

background-color css

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

 a { background-color: rgb(53,0,91); }

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

border-color css

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

 span { border-color: rgb(53,0,91); }

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