Html Css Color HEX #361358 Christalle

📋 copy color: '#361358'

red 54 ◦ green 19 ◦ blue 88

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

Shades of Christalle #361358

Tints of Christalle #361358

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.8%

 BLUE value IS 88 (34.77% from 255) = 54.66%

R = 33.54%
G = 11.8%
B = 54.66%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#361358 (or 0x361358) is known color: Christalle. HEX triplet: 36, 13 and 58. RGB value is (54,19,88). Sum of RGB (Red+Green+Blue) = 54+19+88=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 88 (34.77% from 255 or 54.66% from 161); Max value from RGB is 88 - color contains mainly: blue. Hex color #361358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361358 is #C9ECA7. Grayscale: #252525. Windows color (decimal): -13233320 or 5772086. OLE color: 5772086.

HSL color Cylindrical-coordinate representation of color #361358: hue angle of 270.43º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #361358 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 19 88 -
CMYK 0.39 0.78 0 0.65
HSL 270.43º 0.64% 0.21% -
HSV(B) 270.43º 0.78% 0.35% -
XYZ 3.52 1.95 9.42 -
YUV 37.33 156.6 139.89 -
System Red Green Blue C M Y K H S L
Decimal 54 19 88 0.39 0.78 0 0.65 270.43 0.64 0.21
Hex 36 13 58 27 4E 0 41 10E 40 15
Octal 66 23 130 47 116 0 101 416 100 25
Binary 110110 10011 1011000 100111 1001110 0 1000001 100001110 1000000 10101

Color Harmonies of #361358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361358

Black with #361358

Text Example


Text Example

White with #361358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361358; }

 p { color: rgb(54,19,88); }

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

background-color css

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

 a { background-color: rgb(54,19,88); }

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

border-color css

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

 span { border-color: rgb(54,19,88); }

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