Html Css Color HEX #35175A Christalle

📋 copy color: '#35175A'

red 53 ◦ green 23 ◦ blue 90

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

Shades of Christalle #35175A

Tints of Christalle #35175A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.86%

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

R = 31.93%
G = 13.86%
B = 54.22%

CMYK

 C value IS 0.41

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#35175A (or 0x35175A) is known color: Christalle. HEX triplet: 35, 17 and 5A. RGB value is (53,23,90). Sum of RGB (Red+Green+Blue) = 53+23+90=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #35175A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35175A is #CAE8A5. Grayscale: #272727. Windows color (decimal): -13297830 or 5904181. OLE color: 5904181.

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

Color convert

RGB 53 23 90 -
CMYK 0.41 0.74 0 0.65
HSL 266.87º 0.59% 0.22% -
HSV(B) 266.87º 0.74% 0.35% -
XYZ 3.62 2.11 9.89 -
YUV 39.61 156.44 137.55 -
System Red Green Blue C M Y K H S L
Decimal 53 23 90 0.41 0.74 0 0.65 266.87 0.59 0.22
Hex 35 17 5A 29 4A 0 41 10B 3B 16
Octal 65 27 132 51 112 0 101 413 73 26
Binary 110101 10111 1011010 101001 1001010 0 1000001 100001011 111011 10110

Color Harmonies of #35175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35175A

Black with #35175A

Text Example


Text Example

White with #35175A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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