Html Css Color HEX #382560 Christalle

📋 copy color: '#382560'

red 56 ◦ green 37 ◦ blue 96

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

Shades of Christalle #382560

Tints of Christalle #382560

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.58%

 BLUE value IS 96 (37.89% from 255) = 50.79%

R = 29.63%
G = 19.58%
B = 50.79%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#382560 (or 0x382560) is known color: Christalle. HEX triplet: 38, 25 and 60. RGB value is (56,37,96). Sum of RGB (Red+Green+Blue) = 56+37+96=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #382560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382560 is #C7DA9F. Grayscale: #313131. Windows color (decimal): -13097632 or 6300984. OLE color: 6300984.

HSL color Cylindrical-coordinate representation of color #382560: hue angle of 259.32º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #382560 is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 37 96 -
CMYK 0.42 0.61 0 0.62
HSL 259.32º 0.44% 0.26% -
HSV(B) 259.32º 0.61% 0.38% -
XYZ 4.4 3.01 11.41 -
YUV 49.41 154.29 132.7 -
System Red Green Blue C M Y K H S L
Decimal 56 37 96 0.42 0.61 0 0.62 259.32 0.44 0.26
Hex 38 25 60 2A 3D 0 3E 103 2C 1A
Octal 70 45 140 52 75 0 76 403 54 32
Binary 111000 100101 1100000 101010 111101 0 111110 100000011 101100 11010

Color Harmonies of #382560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382560

Black with #382560

Text Example


Text Example

White with #382560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382560; }

 p { color: rgb(56,37,96); }

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

background-color css

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

 a { background-color: rgb(56,37,96); }

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

border-color css

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

 span { border-color: rgb(56,37,96); }

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