Html Css Color HEX #382063 Christalle

📋 copy color: '#382063'

red 56 ◦ green 32 ◦ blue 99

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

Shades of Christalle #382063

Tints of Christalle #382063

RGB

 RED value IS 56 (22.27% from 255) = 29.95%

 GREEN value IS 32 (12.89% from 255) = 17.11%

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

R = 29.95%
G = 17.11%
B = 52.94%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#382063 (or 0x382063) is known color: Christalle. HEX triplet: 38, 20 and 63. RGB value is (56,32,99). Sum of RGB (Red+Green+Blue) = 56+32+99=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #382063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382063 is #C7DF9C. Grayscale: #2E2E2E. Windows color (decimal): -13098909 or 6496312. OLE color: 6496312.

HSL color Cylindrical-coordinate representation of color #382063: hue angle of 261.49º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #382063 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 32 99 -
CMYK 0.43 0.68 0 0.61
HSL 261.49º 0.51% 0.26% -
HSV(B) 261.49º 0.68% 0.39% -
XYZ 4.4 2.77 12.11 -
YUV 46.81 157.45 134.55 -
System Red Green Blue C M Y K H S L
Decimal 56 32 99 0.43 0.68 0 0.61 261.49 0.51 0.26
Hex 38 20 63 2B 44 0 3D 105 33 1A
Octal 70 40 143 53 104 0 75 405 63 32
Binary 111000 100000 1100011 101011 1000100 0 111101 100000101 110011 11010

Color Harmonies of #382063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382063

Black with #382063

Text Example


Text Example

White with #382063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382063; }

 p { color: rgb(56,32,99); }

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

background-color css

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

 a { background-color: rgb(56,32,99); }

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

border-color css

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

 span { border-color: rgb(56,32,99); }

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