Html Css Color HEX #380E66 Christalle

📋 copy color: '#380E66'

red 56 ◦ green 14 ◦ blue 102

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

Shades of Christalle #380E66

Tints of Christalle #380E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 59.3%

R = 32.56%
G = 8.14%
B = 59.3%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#380E66 (or 0x380E66) is known color: Christalle. HEX triplet: 38, 0E and 66. RGB value is (56,14,102). Sum of RGB (Red+Green+Blue) = 56+14+102=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 102 (40.23% from 255 or 59.30% from 172); Max value from RGB is 102 - color contains mainly: blue. Hex color #380E66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380E66 is #C7F199. Grayscale: #242424. Windows color (decimal): -13103514 or 6688312. OLE color: 6688312.

HSL color Cylindrical-coordinate representation of color #380E66: hue angle of 268.64º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #380E66 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 56 14 102 -
CMYK 0.45 0.86 0 0.6
HSL 268.64º 0.76% 0.23% -
HSV(B) 268.64º 0.86% 0.4% -
XYZ 4.19 2.11 12.76 -
YUV 36.59 164.91 141.84 -
System Red Green Blue C M Y K H S L
Decimal 56 14 102 0.45 0.86 0 0.6 268.64 0.76 0.23
Hex 38 E 66 2D 56 0 3C 10D 4C 17
Octal 70 16 146 55 126 0 74 415 114 27
Binary 111000 1110 1100110 101101 1010110 0 111100 100001101 1001100 10111

Color Harmonies of #380E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380E66

Black with #380E66

Text Example


Text Example

White with #380E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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