Html Css Color HEX #380D63 Christalle

📋 copy color: '#380D63'

red 56 ◦ green 13 ◦ blue 99

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

Shades of Christalle #380D63

Tints of Christalle #380D63

RGB

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

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

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

R = 33.33%
G = 7.74%
B = 58.93%

CMYK

 C value IS 0.43

 M value IS 0.87

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#380D63 (or 0x380D63) is known color: Christalle. HEX triplet: 38, 0D and 63. RGB value is (56,13,99). Sum of RGB (Red+Green+Blue) = 56+13+99=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 99 (39.06% from 255 or 58.93% from 168); Max value from RGB is 99 - color contains mainly: blue. Hex color #380D63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380D63 is #C7F29C. Grayscale: #232323. Windows color (decimal): -13103773 or 6491448. OLE color: 6491448.

HSL color Cylindrical-coordinate representation of color #380D63: hue angle of 270º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #380D63 is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 13 99 -
CMYK 0.43 0.87 0 0.61
HSL 270º 0.77% 0.22% -
HSV(B) 270º 0.87% 0.39% -
XYZ 4.03 2.03 11.98 -
YUV 35.66 163.75 142.51 -
System Red Green Blue C M Y K H S L
Decimal 56 13 99 0.43 0.87 0 0.61 270 0.77 0.22
Hex 38 D 63 2B 57 0 3D 10E 4D 16
Octal 70 15 143 53 127 0 75 416 115 26
Binary 111000 1101 1100011 101011 1010111 0 111101 100001110 1001101 10110

Color Harmonies of #380D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380D63

Black with #380D63

Text Example


Text Example

White with #380D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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