Html Css Color HEX #35255C Christalle

📋 copy color: '#35255C'

red 53 ◦ green 37 ◦ blue 92

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

Shades of Christalle #35255C

Tints of Christalle #35255C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.33%

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

R = 29.12%
G = 20.33%
B = 50.55%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#35255C (or 0x35255C) is known color: Christalle. HEX triplet: 35, 25 and 5C. RGB value is (53,37,92). Sum of RGB (Red+Green+Blue) = 53+37+92=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #35255C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35255C is #CADAA3. Grayscale: #2F2F2F. Windows color (decimal): -13294244 or 6038837. OLE color: 6038837.

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

Color convert

RGB 53 37 92 -
CMYK 0.42 0.60 0 0.64
HSL 257.45º 0.43% 0.25% -
HSV(B) 257.45º 0.6% 0.36% -
XYZ 4.06 2.85 10.46 -
YUV 48.05 152.8 131.53 -
System Red Green Blue C M Y K H S L
Decimal 53 37 92 0.42 0.60 0 0.64 257.45 0.43 0.25
Hex 35 25 5C 2A 3C 0 40 101 2B 19
Octal 65 45 134 52 74 0 100 401 53 31
Binary 110101 100101 1011100 101010 111100 0 1000000 100000001 101011 11001

Color Harmonies of #35255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35255C

Black with #35255C

Text Example


Text Example

White with #35255C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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