Html Css Color HEX #361968 Christalle

📋 copy color: '#361968'

red 54 ◦ green 25 ◦ blue 104

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

Shades of Christalle #361968

Tints of Christalle #361968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 56.83%

R = 29.51%
G = 13.66%
B = 56.83%

CMYK

 C value IS 0.48

 M value IS 0.76

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#361968 (or 0x361968) is known color: Christalle. HEX triplet: 36, 19 and 68. RGB value is (54,25,104). Sum of RGB (Red+Green+Blue) = 54+25+104=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #361968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361968 is #C9E697. Grayscale: #2A2A2A. Windows color (decimal): -13231768 or 6822198. OLE color: 6822198.

HSL color Cylindrical-coordinate representation of color #361968: hue angle of 262.03º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #361968 is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 25 104 -
CMYK 0.48 0.76 0 0.59
HSL 262.03º 0.61% 0.25% -
HSV(B) 262.03º 0.76% 0.41% -
XYZ 4.37 2.48 13.35 -
YUV 42.68 162.61 136.08 -
System Red Green Blue C M Y K H S L
Decimal 54 25 104 0.48 0.76 0 0.59 262.03 0.61 0.25
Hex 36 19 68 30 4C 0 3B 106 3D 19
Octal 66 31 150 60 114 0 73 406 75 31
Binary 110110 11001 1101000 110000 1001100 0 111011 100000110 111101 11001

Color Harmonies of #361968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361968

Black with #361968

Text Example


Text Example

White with #361968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361968; }

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

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

background-color css

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

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

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

border-color css

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

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

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