Html Css Color HEX #35015A Christalle

📋 copy color: '#35015A'

red 53 ◦ green 1 ◦ blue 90

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

Shades of Christalle #35015A

Tints of Christalle #35015A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.69%

 BLUE value IS 90 (35.55% from 255) = 62.5%

R = 36.81%
G = 0.69%
B = 62.5%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#35015A (or 0x35015A) is known color: Christalle. HEX triplet: 35, 01 and 5A. RGB value is (53,1,90). Sum of RGB (Red+Green+Blue) = 53+1+90=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 90 (35.55% from 255 or 62.5% from 144); Max value from RGB is 90 - color contains mainly: blue. Hex color #35015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35015A is #CAFEA5. Grayscale: #1A1A1A. Windows color (decimal): -13303462 or 5898549. OLE color: 5898549.

HSL color Cylindrical-coordinate representation of color #35015A: hue angle of 275.06º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #35015A is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 1 90 -
CMYK 0.41 0.99 0 0.65
HSL 275.06º 0.98% 0.18% -
HSV(B) 275.06º 0.99% 0.35% -
XYZ 3.32 1.52 9.79 -
YUV 26.69 163.73 146.76 -
System Red Green Blue C M Y K H S L
Decimal 53 1 90 0.41 0.99 0 0.65 275.06 0.98 0.18
Hex 35 1 5A 29 63 0 41 113 62 12
Octal 65 1 132 51 143 0 101 423 142 22
Binary 110101 1 1011010 101001 1100011 0 1000001 100010011 1100010 10010

Color Harmonies of #35015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35015A

Black with #35015A

Text Example


Text Example

White with #35015A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35015A; }

 p { color: rgb(53,1,90); }

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

background-color css

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

 a { background-color: rgb(53,1,90); }

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

border-color css

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

 span { border-color: rgb(53,1,90); }

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