Html Css Color HEX #35175C Christalle

📋 copy color: '#35175C'

red 53 ◦ green 23 ◦ blue 92

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

Shades of Christalle #35175C

Tints of Christalle #35175C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 54.76%

R = 31.55%
G = 13.69%
B = 54.76%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35175C (or 0x35175C) is known color: Christalle. HEX triplet: 35, 17 and 5C. RGB value is (53,23,92). Sum of RGB (Red+Green+Blue) = 53+23+92=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #35175C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35175C is #CAE8A3. Grayscale: #272727. Windows color (decimal): -13297828 or 6035253. OLE color: 6035253.

HSL color Cylindrical-coordinate representation of color #35175C: hue angle of 266.09º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35175C is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 53 23 92 -
CMYK 0.42 0.75 0 0.64
HSL 266.09º 0.6% 0.23% -
HSV(B) 266.09º 0.75% 0.36% -
XYZ 3.71 2.14 10.34 -
YUV 39.84 157.44 137.39 -
System Red Green Blue C M Y K H S L
Decimal 53 23 92 0.42 0.75 0 0.64 266.09 0.6 0.23
Hex 35 17 5C 2A 4B 0 40 10A 3C 17
Octal 65 27 134 52 113 0 100 412 74 27
Binary 110101 10111 1011100 101010 1001011 0 1000000 100001010 111100 10111

Color Harmonies of #35175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35175C

Black with #35175C

Text Example


Text Example

White with #35175C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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