Html Css Color HEX #390C66 Christalle

📋 copy color: '#390C66'

red 57 ◦ green 12 ◦ blue 102

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

Shades of Christalle #390C66

Tints of Christalle #390C66

RGB

 RED value IS 57 (22.66% from 255) = 33.33%

 GREEN value IS 12 (5.08% from 255) = 7.02%

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

R = 33.33%
G = 7.02%
B = 59.65%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#390C66 (or 0x390C66) is known color: Christalle. HEX triplet: 39, 0C and 66. RGB value is (57,12,102). Sum of RGB (Red+Green+Blue) = 57+12+102=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 102 (40.23% from 255 or 59.65% from 171); Max value from RGB is 102 - color contains mainly: blue. Hex color #390C66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390C66 is #C6F399. Grayscale: #232323. Windows color (decimal): -13038490 or 6687801. OLE color: 6687801.

HSL color Cylindrical-coordinate representation of color #390C66: hue angle of 270º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #390C66 is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 57 12 102 -
CMYK 0.44 0.88 0 0.6
HSL 270º 0.79% 0.22% -
HSV(B) 270º 0.88% 0.4% -
XYZ 4.22 2.09 12.75 -
YUV 35.72 165.41 143.18 -
System Red Green Blue C M Y K H S L
Decimal 57 12 102 0.44 0.88 0 0.6 270 0.79 0.22
Hex 39 C 66 2C 58 0 3C 10E 4F 16
Octal 71 14 146 54 130 0 74 416 117 26
Binary 111001 1100 1100110 101100 1011000 0 111100 100001110 1001111 10110

Color Harmonies of #390C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390C66

Black with #390C66

Text Example


Text Example

White with #390C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390C66; }

 p { color: rgb(57,12,102); }

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

background-color css

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

 a { background-color: rgb(57,12,102); }

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

border-color css

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

 span { border-color: rgb(57,12,102); }

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