Html Css Color HEX #35145A Christalle

📋 copy color: '#35145A'

red 53 ◦ green 20 ◦ blue 90

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

Shades of Christalle #35145A

Tints of Christalle #35145A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.27%

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

R = 32.52%
G = 12.27%
B = 55.21%

CMYK

 C value IS 0.41

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#35145A (or 0x35145A) is known color: Christalle. HEX triplet: 35, 14 and 5A. RGB value is (53,20,90). Sum of RGB (Red+Green+Blue) = 53+20+90=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #35145A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35145A is #CAEBA5. Grayscale: #252525. Windows color (decimal): -13298598 or 5903413. OLE color: 5903413.

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

Color convert

RGB 53 20 90 -
CMYK 0.41 0.78 0 0.65
HSL 268.29º 0.64% 0.22% -
HSV(B) 268.29º 0.78% 0.35% -
XYZ 3.56 2 9.87 -
YUV 37.85 157.43 138.81 -
System Red Green Blue C M Y K H S L
Decimal 53 20 90 0.41 0.78 0 0.65 268.29 0.64 0.22
Hex 35 14 5A 29 4E 0 41 10C 40 16
Octal 65 24 132 51 116 0 101 414 100 26
Binary 110101 10100 1011010 101001 1001110 0 1000001 100001100 1000000 10110

Color Harmonies of #35145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35145A

Black with #35145A

Text Example


Text Example

White with #35145A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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