Html Css Color HEX #360760 Christalle

📋 copy color: '#360760'

red 54 ◦ green 7 ◦ blue 96

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

Shades of Christalle #360760

Tints of Christalle #360760

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.46%

 BLUE value IS 96 (37.89% from 255) = 61.15%

R = 34.39%
G = 4.46%
B = 61.15%

CMYK

 C value IS 0.44

 M value IS 0.93

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#360760 (or 0x360760) is known color: Christalle. HEX triplet: 36, 07 and 60. RGB value is (54,7,96). Sum of RGB (Red+Green+Blue) = 54+7+96=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #360760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360760 is #C9F89F. Grayscale: #1E1E1E. Windows color (decimal): -13236384 or 6293302. OLE color: 6293302.

HSL color Cylindrical-coordinate representation of color #360760: hue angle of 271.69º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360760 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 7 96 -
CMYK 0.44 0.93 0 0.62
HSL 271.69º 0.86% 0.2% -
HSV(B) 271.69º 0.93% 0.38% -
XYZ 3.71 1.78 11.21 -
YUV 31.2 164.57 144.26 -
System Red Green Blue C M Y K H S L
Decimal 54 7 96 0.44 0.93 0 0.62 271.69 0.86 0.2
Hex 36 7 60 2C 5D 0 3E 110 56 14
Octal 66 7 140 54 135 0 76 420 126 24
Binary 110110 111 1100000 101100 1011101 0 111110 100010000 1010110 10100

Color Harmonies of #360760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360760

Black with #360760

Text Example


Text Example

White with #360760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360760; }

 p { color: rgb(54,7,96); }

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

background-color css

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

 a { background-color: rgb(54,7,96); }

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

border-color css

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

 span { border-color: rgb(54,7,96); }

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