Html Css Color HEX #361C65 Christalle

📋 copy color: '#361C65'

red 54 ◦ green 28 ◦ blue 101

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

Shades of Christalle #361C65

Tints of Christalle #361C65

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.3%

 BLUE value IS 101 (39.84% from 255) = 55.19%

R = 29.51%
G = 15.3%
B = 55.19%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#361C65 (or 0x361C65) is known color: Christalle. HEX triplet: 36, 1C and 65. RGB value is (54,28,101). Sum of RGB (Red+Green+Blue) = 54+28+101=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 101 (39.84% from 255 or 55.19% from 183); Max value from RGB is 101 - color contains mainly: blue. Hex color #361C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361C65 is #C9E39A. Grayscale: #2B2B2B. Windows color (decimal): -13231003 or 6626358. OLE color: 6626358.

HSL color Cylindrical-coordinate representation of color #361C65: hue angle of 261.37º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #361C65 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 54 28 101 -
CMYK 0.47 0.72 0 0.60
HSL 261.37º 0.57% 0.25% -
HSV(B) 261.37º 0.72% 0.4% -
XYZ 4.29 2.55 12.58 -
YUV 44.1 160.11 135.06 -
System Red Green Blue C M Y K H S L
Decimal 54 28 101 0.47 0.72 0 0.60 261.37 0.57 0.25
Hex 36 1C 65 2F 48 0 3C 105 39 19
Octal 66 34 145 57 110 0 74 405 71 31
Binary 110110 11100 1100101 101111 1001000 0 111100 100000101 111001 11001

Color Harmonies of #361C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361C65

Black with #361C65

Text Example


Text Example

White with #361C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361C65; }

 p { color: rgb(54,28,101); }

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

background-color css

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

 a { background-color: rgb(54,28,101); }

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

border-color css

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

 span { border-color: rgb(54,28,101); }

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