Html Css Color HEX #35125A Christalle

📋 copy color: '#35125A'

red 53 ◦ green 18 ◦ blue 90

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

Shades of Christalle #35125A

Tints of Christalle #35125A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.18%

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

R = 32.92%
G = 11.18%
B = 55.9%

CMYK

 C value IS 0.41

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#35125A (or 0x35125A) is known color: Christalle. HEX triplet: 35, 12 and 5A. RGB value is (53,18,90). Sum of RGB (Red+Green+Blue) = 53+18+90=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #35125A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35125A is #CAEDA5. Grayscale: #242424. Windows color (decimal): -13299110 or 5902901. OLE color: 5902901.

HSL color Cylindrical-coordinate representation of color #35125A: hue angle of 269.17º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #35125A is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 18 90 -
CMYK 0.41 0.80 0 0.65
HSL 269.17º 0.67% 0.21% -
HSV(B) 269.17º 0.8% 0.35% -
XYZ 3.53 1.93 9.86 -
YUV 36.67 158.1 139.65 -
System Red Green Blue C M Y K H S L
Decimal 53 18 90 0.41 0.80 0 0.65 269.17 0.67 0.21
Hex 35 12 5A 29 50 0 41 10D 43 15
Octal 65 22 132 51 120 0 101 415 103 25
Binary 110101 10010 1011010 101001 1010000 0 1000001 100001101 1000011 10101

Color Harmonies of #35125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35125A

Black with #35125A

Text Example


Text Example

White with #35125A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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