Html Css Color HEX #390C58 Christalle

📋 copy color: '#390C58'

red 57 ◦ green 12 ◦ blue 88

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

Shades of Christalle #390C58

Tints of Christalle #390C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 56.05%

R = 36.31%
G = 7.64%
B = 56.05%

CMYK

 C value IS 0.35

 M value IS 0.86

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#390C58 (or 0x390C58) is known color: Christalle. HEX triplet: 39, 0C and 58. RGB value is (57,12,88). Sum of RGB (Red+Green+Blue) = 57+12+88=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #390C58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390C58 is #C6F3A7. Grayscale: #212121. Windows color (decimal): -13038504 or 5770297. OLE color: 5770297.

HSL color Cylindrical-coordinate representation of color #390C58: hue angle of 275.53º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #390C58 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 12 88 -
CMYK 0.35 0.86 0 0.65
HSL 275.53º 0.76% 0.2% -
HSV(B) 275.53º 0.86% 0.35% -
XYZ 3.58 1.84 9.4 -
YUV 34.12 158.41 144.32 -
System Red Green Blue C M Y K H S L
Decimal 57 12 88 0.35 0.86 0 0.65 275.53 0.76 0.2
Hex 39 C 58 23 56 0 41 114 4C 14
Octal 71 14 130 43 126 0 101 424 114 24
Binary 111001 1100 1011000 100011 1010110 0 1000001 100010100 1001100 10100

Color Harmonies of #390C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390C58

Black with #390C58

Text Example


Text Example

White with #390C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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