Html Css Color HEX #380D56 Christalle

📋 copy color: '#380D56'

red 56 ◦ green 13 ◦ blue 86

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

Shades of Christalle #380D56

Tints of Christalle #380D56

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.39%

 BLUE value IS 86 (33.98% from 255) = 55.48%

R = 36.13%
G = 8.39%
B = 55.48%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#380D56 (or 0x380D56) is known color: Christalle. HEX triplet: 38, 0D and 56. RGB value is (56,13,86). Sum of RGB (Red+Green+Blue) = 56+13+86=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 86 (33.98% from 255 or 55.48% from 155); Max value from RGB is 86 - color contains mainly: blue. Hex color #380D56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380D56 is #C7F2A9. Grayscale: #212121. Windows color (decimal): -13103786 or 5639480. OLE color: 5639480.

HSL color Cylindrical-coordinate representation of color #380D56: hue angle of 275.34º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #380D56 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 13 86 -
CMYK 0.35 0.85 0 0.66
HSL 275.34º 0.74% 0.19% -
HSV(B) 275.34º 0.85% 0.34% -
XYZ 3.45 1.8 8.97 -
YUV 34.18 157.25 143.56 -
System Red Green Blue C M Y K H S L
Decimal 56 13 86 0.35 0.85 0 0.66 275.34 0.74 0.19
Hex 38 D 56 23 55 0 42 113 4A 13
Octal 70 15 126 43 125 0 102 423 112 23
Binary 111000 1101 1010110 100011 1010101 0 1000010 100010011 1001010 10011

Color Harmonies of #380D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380D56

Black with #380D56

Text Example


Text Example

White with #380D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380D56; }

 p { color: rgb(56,13,86); }

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

background-color css

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

 a { background-color: rgb(56,13,86); }

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

border-color css

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

 span { border-color: rgb(56,13,86); }

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