Html Css Color HEX #380D68 Christalle

📋 copy color: '#380D68'

red 56 ◦ green 13 ◦ blue 104

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

Shades of Christalle #380D68

Tints of Christalle #380D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 60.12%

R = 32.37%
G = 7.51%
B = 60.12%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#380D68 (or 0x380D68) is known color: Christalle. HEX triplet: 38, 0D and 68. RGB value is (56,13,104). Sum of RGB (Red+Green+Blue) = 56+13+104=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 104 (41.02% from 255 or 60.12% from 173); Max value from RGB is 104 - color contains mainly: blue. Hex color #380D68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380D68 is #C7F297. Grayscale: #232323. Windows color (decimal): -13103768 or 6819128. OLE color: 6819128.

HSL color Cylindrical-coordinate representation of color #380D68: hue angle of 268.35º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #380D68 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 13 104 -
CMYK 0.46 0.88 0 0.59
HSL 268.35º 0.78% 0.23% -
HSV(B) 268.35º 0.88% 0.41% -
XYZ 4.27 2.13 13.28 -
YUV 36.23 166.25 142.1 -
System Red Green Blue C M Y K H S L
Decimal 56 13 104 0.46 0.88 0 0.59 268.35 0.78 0.23
Hex 38 D 68 2E 58 0 3B 10C 4E 17
Octal 70 15 150 56 130 0 73 414 116 27
Binary 111000 1101 1101000 101110 1011000 0 111011 100001100 1001110 10111

Color Harmonies of #380D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380D68

Black with #380D68

Text Example


Text Example

White with #380D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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