Html Css Color HEX #382863 Christalle

📋 copy color: '#382863'

red 56 ◦ green 40 ◦ blue 99

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

Shades of Christalle #382863

Tints of Christalle #382863

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.51%

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

R = 28.72%
G = 20.51%
B = 50.77%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#382863 (or 0x382863) is known color: Christalle. HEX triplet: 38, 28 and 63. RGB value is (56,40,99). Sum of RGB (Red+Green+Blue) = 56+40+99=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 99 (39.06% from 255 or 50.77% from 195); Max value from RGB is 99 - color contains mainly: blue. Hex color #382863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382863 is #C7D79C. Grayscale: #333333. Windows color (decimal): -13096861 or 6498360. OLE color: 6498360.

HSL color Cylindrical-coordinate representation of color #382863: hue angle of 256.27º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #382863 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 40 99 -
CMYK 0.43 0.60 0 0.61
HSL 256.27º 0.42% 0.27% -
HSV(B) 256.27º 0.6% 0.39% -
XYZ 4.64 3.26 12.19 -
YUV 51.51 154.8 131.2 -
System Red Green Blue C M Y K H S L
Decimal 56 40 99 0.43 0.60 0 0.61 256.27 0.42 0.27
Hex 38 28 63 2B 3C 0 3D 100 2A 1B
Octal 70 50 143 53 74 0 75 400 52 33
Binary 111000 101000 1100011 101011 111100 0 111101 100000000 101010 11011

Color Harmonies of #382863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382863

Black with #382863

Text Example


Text Example

White with #382863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382863; }

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

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

background-color css

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

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

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

border-color css

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

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

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