Html Css Color HEX #361963 Christalle

📋 copy color: '#361963'

red 54 ◦ green 25 ◦ blue 99

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

Shades of Christalle #361963

Tints of Christalle #361963

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.04%

 BLUE value IS 99 (39.06% from 255) = 55.62%

R = 30.34%
G = 14.04%
B = 55.62%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#361963 (or 0x361963) is known color: Christalle. HEX triplet: 36, 19 and 63. RGB value is (54,25,99). Sum of RGB (Red+Green+Blue) = 54+25+99=178 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.34% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 99 (39.06% from 255 or 55.62% from 178); Max value from RGB is 99 - color contains mainly: blue. Hex color #361963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361963 is #C9E69C. Grayscale: #292929. Windows color (decimal): -13231773 or 6494518. OLE color: 6494518.

HSL color Cylindrical-coordinate representation of color #361963: hue angle of 263.51º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #361963 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 54 25 99 -
CMYK 0.45 0.75 0 0.61
HSL 263.51º 0.6% 0.24% -
HSV(B) 263.51º 0.75% 0.39% -
XYZ 4.12 2.38 12.05 -
YUV 42.11 160.11 136.48 -
System Red Green Blue C M Y K H S L
Decimal 54 25 99 0.45 0.75 0 0.61 263.51 0.6 0.24
Hex 36 19 63 2D 4B 0 3D 108 3C 18
Octal 66 31 143 55 113 0 75 410 74 30
Binary 110110 11001 1100011 101101 1001011 0 111101 100001000 111100 11000

Color Harmonies of #361963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361963

Black with #361963

Text Example


Text Example

White with #361963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361963; }

 p { color: rgb(54,25,99); }

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

background-color css

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

 a { background-color: rgb(54,25,99); }

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

border-color css

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

 span { border-color: rgb(54,25,99); }

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