Html Css Color HEX #351266 Christalle

📋 copy color: '#351266'

red 53 ◦ green 18 ◦ blue 102

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

Shades of Christalle #351266

Tints of Christalle #351266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 58.96%

R = 30.64%
G = 10.4%
B = 58.96%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#351266 (or 0x351266) is known color: Christalle. HEX triplet: 35, 12 and 66. RGB value is (53,18,102). Sum of RGB (Red+Green+Blue) = 53+18+102=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 102 (40.23% from 255 or 58.96% from 173); Max value from RGB is 102 - color contains mainly: blue. Hex color #351266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #351266 is #CAED99. Grayscale: #252525. Windows color (decimal): -13299098 or 6689333. OLE color: 6689333.

HSL color Cylindrical-coordinate representation of color #351266: hue angle of 265º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #351266 is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 53 18 102 -
CMYK 0.48 0.82 0 0.6
HSL 265º 0.7% 0.24% -
HSV(B) 265º 0.82% 0.4% -
XYZ 4.08 2.15 12.77 -
YUV 38.04 164.1 138.67 -
System Red Green Blue C M Y K H S L
Decimal 53 18 102 0.48 0.82 0 0.6 265 0.7 0.24
Hex 35 12 66 30 52 0 3C 109 46 18
Octal 65 22 146 60 122 0 74 411 106 30
Binary 110101 10010 1100110 110000 1010010 0 111100 100001001 1000110 11000

Color Harmonies of #351266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351266

Black with #351266

Text Example


Text Example

White with #351266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351266; }

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

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

background-color css

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

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

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

border-color css

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

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

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