Html Css Color HEX #380560 Christalle

📋 copy color: '#380560'

red 56 ◦ green 5 ◦ blue 96

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

Shades of Christalle #380560

Tints of Christalle #380560

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.18%

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

R = 35.67%
G = 3.18%
B = 61.15%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#380560 (or 0x380560) is known color: Christalle. HEX triplet: 38, 05 and 60. RGB value is (56,5,96). Sum of RGB (Red+Green+Blue) = 56+5+96=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #380560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380560 is #C7FA9F. Grayscale: #1E1E1E. Windows color (decimal): -13105824 or 6292792. OLE color: 6292792.

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

Color convert

RGB 56 5 96 -
CMYK 0.42 0.95 0 0.62
HSL 273.63º 0.9% 0.2% -
HSV(B) 273.63º 0.95% 0.38% -
XYZ 3.8 1.79 11.21 -
YUV 30.62 164.9 146.1 -
System Red Green Blue C M Y K H S L
Decimal 56 5 96 0.42 0.95 0 0.62 273.63 0.9 0.2
Hex 38 5 60 2A 5F 0 3E 112 5A 14
Octal 70 5 140 52 137 0 76 422 132 24
Binary 111000 101 1100000 101010 1011111 0 111110 100010010 1011010 10100

Color Harmonies of #380560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380560

Black with #380560

Text Example


Text Example

White with #380560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380560; }

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

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

background-color css

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

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

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

border-color css

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

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

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