Html Css Color HEX #380863 Christalle

📋 copy color: '#380863'

red 56 ◦ green 8 ◦ blue 99

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

Shades of Christalle #380863

Tints of Christalle #380863

RGB

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

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

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

R = 34.36%
G = 4.91%
B = 60.74%

CMYK

 C value IS 0.43

 M value IS 0.92

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#380863 (or 0x380863) is known color: Christalle. HEX triplet: 38, 08 and 63. RGB value is (56,8,99). Sum of RGB (Red+Green+Blue) = 56+8+99=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 99 (39.06% from 255 or 60.74% from 163); Max value from RGB is 99 - color contains mainly: blue. Hex color #380863 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380863 is #C7F79C. Grayscale: #202020. Windows color (decimal): -13105053 or 6490168. OLE color: 6490168.

HSL color Cylindrical-coordinate representation of color #380863: hue angle of 271.65º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #380863 is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 8 99 -
CMYK 0.43 0.92 0 0.61
HSL 271.65º 0.85% 0.21% -
HSV(B) 271.65º 0.92% 0.39% -
XYZ 3.97 1.92 11.96 -
YUV 32.73 165.4 144.6 -
System Red Green Blue C M Y K H S L
Decimal 56 8 99 0.43 0.92 0 0.61 271.65 0.85 0.21
Hex 38 8 63 2B 5C 0 3D 110 55 15
Octal 70 10 143 53 134 0 75 420 125 25
Binary 111000 1000 1100011 101011 1011100 0 111101 100010000 1010101 10101

Color Harmonies of #380863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380863

Black with #380863

Text Example


Text Example

White with #380863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380863; }

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

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

background-color css

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

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

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

border-color css

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

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

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