Html Css Color HEX #380E68 Christalle

📋 copy color: '#380E68'

red 56 ◦ green 14 ◦ blue 104

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

Shades of Christalle #380E68

Tints of Christalle #380E68

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.05%

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

R = 32.18%
G = 8.05%
B = 59.77%

CMYK

 C value IS 0.46

 M value IS 0.87

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#380E68 (or 0x380E68) is known color: Christalle. HEX triplet: 38, 0E and 68. RGB value is (56,14,104). Sum of RGB (Red+Green+Blue) = 56+14+104=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 104 (41.02% from 255 or 59.77% from 174); Max value from RGB is 104 - color contains mainly: blue. Hex color #380E68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380E68 is #C7F197. Grayscale: #242424. Windows color (decimal): -13103512 or 6819384. OLE color: 6819384.

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

Color convert

RGB 56 14 104 -
CMYK 0.46 0.87 0 0.59
HSL 268º 0.76% 0.23% -
HSV(B) 268º 0.87% 0.41% -
XYZ 4.29 2.15 13.29 -
YUV 36.82 165.91 141.68 -
System Red Green Blue C M Y K H S L
Decimal 56 14 104 0.46 0.87 0 0.59 268 0.76 0.23
Hex 38 E 68 2E 57 0 3B 10C 4C 17
Octal 70 16 150 56 127 0 73 414 114 27
Binary 111000 1110 1101000 101110 1010111 0 111011 100001100 1001100 10111

Color Harmonies of #380E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380E68

Black with #380E68

Text Example


Text Example

White with #380E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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