Html Css Color HEX #361361 Christalle

📋 copy color: '#361361'

red 54 ◦ green 19 ◦ blue 97

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

Shades of Christalle #361361

Tints of Christalle #361361

RGB

 RED value IS 54 (21.48% from 255) = 31.76%

 GREEN value IS 19 (7.81% from 255) = 11.18%

 BLUE value IS 97 (38.28% from 255) = 57.06%

R = 31.76%
G = 11.18%
B = 57.06%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#361361 (or 0x361361) is known color: Christalle. HEX triplet: 36, 13 and 61. RGB value is (54,19,97). Sum of RGB (Red+Green+Blue) = 54+19+97=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 97 (38.28% from 255 or 57.06% from 170); Max value from RGB is 97 - color contains mainly: blue. Hex color #361361 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361361 is #C9EC9E. Grayscale: #262626. Windows color (decimal): -13233311 or 6361910. OLE color: 6361910.

HSL color Cylindrical-coordinate representation of color #361361: hue angle of 266.92º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #361361 is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 19 97 -
CMYK 0.44 0.80 0 0.62
HSL 266.92º 0.67% 0.23% -
HSV(B) 266.92º 0.8% 0.38% -
XYZ 3.91 2.11 11.51 -
YUV 38.36 161.1 139.16 -
System Red Green Blue C M Y K H S L
Decimal 54 19 97 0.44 0.80 0 0.62 266.92 0.67 0.23
Hex 36 13 61 2C 50 0 3E 10B 43 17
Octal 66 23 141 54 120 0 76 413 103 27
Binary 110110 10011 1100001 101100 1010000 0 111110 100001011 1000011 10111

Color Harmonies of #361361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361361

Black with #361361

Text Example


Text Example

White with #361361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361361; }

 p { color: rgb(54,19,97); }

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

background-color css

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

 a { background-color: rgb(54,19,97); }

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

border-color css

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

 span { border-color: rgb(54,19,97); }

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