Html Css Color HEX #360661 Christalle

📋 copy color: '#360661'

red 54 ◦ green 6 ◦ blue 97

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

Shades of Christalle #360661

Tints of Christalle #360661

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.82%

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

R = 34.39%
G = 3.82%
B = 61.78%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#360661 (or 0x360661) is known color: Christalle. HEX triplet: 36, 06 and 61. RGB value is (54,6,97). Sum of RGB (Red+Green+Blue) = 54+6+97=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 97 (38.28% from 255 or 61.78% from 157); Max value from RGB is 97 - color contains mainly: blue. Hex color #360661 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360661 is #C9F99E. Grayscale: #1E1E1E. Windows color (decimal): -13236639 or 6358582. OLE color: 6358582.

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

Color convert

RGB 54 6 97 -
CMYK 0.44 0.94 0 0.62
HSL 271.65º 0.88% 0.2% -
HSV(B) 271.65º 0.94% 0.38% -
XYZ 3.74 1.78 11.46 -
YUV 30.73 165.4 144.6 -
System Red Green Blue C M Y K H S L
Decimal 54 6 97 0.44 0.94 0 0.62 271.65 0.88 0.2
Hex 36 6 61 2C 5E 0 3E 110 58 14
Octal 66 6 141 54 136 0 76 420 130 24
Binary 110110 110 1100001 101100 1011110 0 111110 100010000 1011000 10100

Color Harmonies of #360661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360661

Black with #360661

Text Example


Text Example

White with #360661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360661; }

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

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

background-color css

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

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

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

border-color css

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

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

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