Html Css Color HEX #35015F Christalle

📋 copy color: '#35015F'

red 53 ◦ green 1 ◦ blue 95

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

Shades of Christalle #35015F

Tints of Christalle #35015F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 63.76%

R = 35.57%
G = 0.67%
B = 63.76%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#35015F (or 0x35015F) is known color: Christalle. HEX triplet: 35, 01 and 5F. RGB value is (53,1,95). Sum of RGB (Red+Green+Blue) = 53+1+95=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 95 (37.5% from 255 or 63.76% from 149); Max value from RGB is 95 - color contains mainly: blue. Hex color #35015F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35015F is #CAFEA0. Grayscale: #1A1A1A. Windows color (decimal): -13303457 or 6226229. OLE color: 6226229.

HSL color Cylindrical-coordinate representation of color #35015F: hue angle of 273.19º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #35015F is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 53 1 95 -
CMYK 0.44 0.99 0 0.63
HSL 273.19º 0.98% 0.19% -
HSV(B) 273.19º 0.99% 0.37% -
XYZ 3.54 1.6 10.95 -
YUV 27.26 166.23 146.36 -
System Red Green Blue C M Y K H S L
Decimal 53 1 95 0.44 0.99 0 0.63 273.19 0.98 0.19
Hex 35 1 5F 2C 63 0 3F 111 62 13
Octal 65 1 137 54 143 0 77 421 142 23
Binary 110101 1 1011111 101100 1100011 0 111111 100010001 1100010 10011

Color Harmonies of #35015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35015F

Black with #35015F

Text Example


Text Example

White with #35015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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