Html Css Color HEX #380860 Christalle

📋 copy color: '#380860'

red 56 ◦ green 8 ◦ blue 96

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

Shades of Christalle #380860

Tints of Christalle #380860

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5%

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

R = 35%
G = 5%
B = 60%

CMYK

 C value IS 0.42

 M value IS 0.92

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#380860 (or 0x380860) is known color: Christalle. HEX triplet: 38, 08 and 60. RGB value is (56,8,96). Sum of RGB (Red+Green+Blue) = 56+8+96=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 96 (37.89% from 255 or 60% from 160); Max value from RGB is 96 - color contains mainly: blue. Hex color #380860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380860 is #C7F79F. Grayscale: #202020. Windows color (decimal): -13105056 or 6293560. OLE color: 6293560.

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

Color convert

RGB 56 8 96 -
CMYK 0.42 0.92 0 0.62
HSL 272.73º 0.85% 0.2% -
HSV(B) 272.73º 0.92% 0.38% -
XYZ 3.83 1.86 11.22 -
YUV 32.38 163.9 144.84 -
System Red Green Blue C M Y K H S L
Decimal 56 8 96 0.42 0.92 0 0.62 272.73 0.85 0.2
Hex 38 8 60 2A 5C 0 3E 111 55 14
Octal 70 10 140 52 134 0 76 421 125 24
Binary 111000 1000 1100000 101010 1011100 0 111110 100010001 1010101 10100

Color Harmonies of #380860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380860

Black with #380860

Text Example


Text Example

White with #380860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380860; }

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

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

background-color css

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

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

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

border-color css

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

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

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