Html Css Color HEX #390962 Christalle

📋 copy color: '#390962'

red 57 ◦ green 9 ◦ blue 98

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

Shades of Christalle #390962

Tints of Christalle #390962

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.49%

 BLUE value IS 98 (38.67% from 255) = 59.76%

R = 34.76%
G = 5.49%
B = 59.76%

CMYK

 C value IS 0.42

 M value IS 0.91

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#390962 (or 0x390962) is known color: Christalle. HEX triplet: 39, 09 and 62. RGB value is (57,9,98). Sum of RGB (Red+Green+Blue) = 57+9+98=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 98 (38.67% from 255 or 59.76% from 164); Max value from RGB is 98 - color contains mainly: blue. Hex color #390962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390962 is #C6F69D. Grayscale: #212121. Windows color (decimal): -13039262 or 6424889. OLE color: 6424889.

HSL color Cylindrical-coordinate representation of color #390962: hue angle of 272.36º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #390962 is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 9 98 -
CMYK 0.42 0.91 0 0.62
HSL 272.36º 0.83% 0.21% -
HSV(B) 272.36º 0.91% 0.38% -
XYZ 3.99 1.95 11.72 -
YUV 33.5 164.4 144.76 -
System Red Green Blue C M Y K H S L
Decimal 57 9 98 0.42 0.91 0 0.62 272.36 0.83 0.21
Hex 39 9 62 2A 5B 0 3E 110 53 15
Octal 71 11 142 52 133 0 76 420 123 25
Binary 111001 1001 1100010 101010 1011011 0 111110 100010000 1010011 10101

Color Harmonies of #390962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390962

Black with #390962

Text Example


Text Example

White with #390962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390962; }

 p { color: rgb(57,9,98); }

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

background-color css

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

 a { background-color: rgb(57,9,98); }

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

border-color css

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

 span { border-color: rgb(57,9,98); }

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