Html Css Color HEX #35165A Christalle

📋 copy color: '#35165A'

red 53 ◦ green 22 ◦ blue 90

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

Shades of Christalle #35165A

Tints of Christalle #35165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.33%

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

R = 32.12%
G = 13.33%
B = 54.55%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#35165A (or 0x35165A) is known color: Christalle. HEX triplet: 35, 16 and 5A. RGB value is (53,22,90). Sum of RGB (Red+Green+Blue) = 53+22+90=165 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.12% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 90 (35.55% from 255 or 54.55% from 165); Max value from RGB is 90 - color contains mainly: blue. Hex color #35165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35165A is #CAE9A5. Grayscale: #262626. Windows color (decimal): -13298086 or 5903925. OLE color: 5903925.

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

Color convert

RGB 53 22 90 -
CMYK 0.41 0.76 0 0.65
HSL 267.35º 0.61% 0.22% -
HSV(B) 267.35º 0.76% 0.35% -
XYZ 3.6 2.07 9.88 -
YUV 39.02 156.77 137.97 -
System Red Green Blue C M Y K H S L
Decimal 53 22 90 0.41 0.76 0 0.65 267.35 0.61 0.22
Hex 35 16 5A 29 4C 0 41 10B 3D 16
Octal 65 26 132 51 114 0 101 413 75 26
Binary 110101 10110 1011010 101001 1001100 0 1000001 100001011 111101 10110

Color Harmonies of #35165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35165A

Black with #35165A

Text Example


Text Example

White with #35165A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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