Html Css Color HEX #36215C Christalle

📋 copy color: '#36215C'

red 54 ◦ green 33 ◦ blue 92

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

Shades of Christalle #36215C

Tints of Christalle #36215C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.44%

 BLUE value IS 92 (36.33% from 255) = 51.4%

R = 30.17%
G = 18.44%
B = 51.4%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#36215C (or 0x36215C) is known color: Christalle. HEX triplet: 36, 21 and 5C. RGB value is (54,33,92). Sum of RGB (Red+Green+Blue) = 54+33+92=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 92 (36.33% from 255 or 51.40% from 179); Max value from RGB is 92 - color contains mainly: blue. Hex color #36215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36215C is #C9DEA3. Grayscale: #2D2D2D. Windows color (decimal): -13229732 or 6037814. OLE color: 6037814.

HSL color Cylindrical-coordinate representation of color #36215C: hue angle of 261.36º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36215C is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 33 92 -
CMYK 0.41 0.64 0 0.64
HSL 261.36º 0.47% 0.25% -
HSV(B) 261.36º 0.64% 0.36% -
XYZ 4 2.64 10.43 -
YUV 46.01 153.96 133.7 -
System Red Green Blue C M Y K H S L
Decimal 54 33 92 0.41 0.64 0 0.64 261.36 0.47 0.25
Hex 36 21 5C 29 40 0 40 105 2F 19
Octal 66 41 134 51 100 0 100 405 57 31
Binary 110110 100001 1011100 101001 1000000 0 1000000 100000101 101111 11001

Color Harmonies of #36215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36215C

Black with #36215C

Text Example


Text Example

White with #36215C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36215C; }

 p { color: rgb(54,33,92); }

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

background-color css

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

 a { background-color: rgb(54,33,92); }

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

border-color css

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

 span { border-color: rgb(54,33,92); }

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