Html Css Color HEX #361F5D Christalle

📋 copy color: '#361F5D'

red 54 ◦ green 31 ◦ blue 93

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

Shades of Christalle #361F5D

Tints of Christalle #361F5D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.42%

 BLUE value IS 93 (36.72% from 255) = 52.25%

R = 30.34%
G = 17.42%
B = 52.25%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#361F5D (or 0x361F5D) is known color: Christalle. HEX triplet: 36, 1F and 5D. RGB value is (54,31,93). Sum of RGB (Red+Green+Blue) = 54+31+93=178 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.34% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #361F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361F5D is #C9E0A2. Grayscale: #2C2C2C. Windows color (decimal): -13230243 or 6102838. OLE color: 6102838.

HSL color Cylindrical-coordinate representation of color #361F5D: hue angle of 262.26º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #361F5D is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 31 93 -
CMYK 0.42 0.67 0 0.64
HSL 262.26º 0.5% 0.24% -
HSV(B) 262.26º 0.67% 0.36% -
XYZ 3.99 2.55 10.64 -
YUV 44.95 155.12 134.46 -
System Red Green Blue C M Y K H S L
Decimal 54 31 93 0.42 0.67 0 0.64 262.26 0.5 0.24
Hex 36 1F 5D 2A 43 0 40 106 32 18
Octal 66 37 135 52 103 0 100 406 62 30
Binary 110110 11111 1011101 101010 1000011 0 1000000 100000110 110010 11000

Color Harmonies of #361F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361F5D

Black with #361F5D

Text Example


Text Example

White with #361F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,31,93); }

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

background-color css

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

 a { background-color: rgb(54,31,93); }

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

border-color css

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

 span { border-color: rgb(54,31,93); }

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