Html Css Color HEX #391D70 Christalle

📋 copy color: '#391D70'

red 57 ◦ green 29 ◦ blue 112

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

Shades of Christalle #391D70

Tints of Christalle #391D70

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.65%

 BLUE value IS 112 (44.14% from 255) = 56.57%

R = 28.79%
G = 14.65%
B = 56.57%

CMYK

 C value IS 0.49

 M value IS 0.74

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#391D70 (or 0x391D70) is known color: Christalle. HEX triplet: 39, 1D and 70. RGB value is (57,29,112). Sum of RGB (Red+Green+Blue) = 57+29+112=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #391D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391D70 is #C6E28F. Grayscale: #2E2E2E. Windows color (decimal): -13034128 or 7347513. OLE color: 7347513.

HSL color Cylindrical-coordinate representation of color #391D70: hue angle of 260.24º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #391D70 is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 29 112 -
CMYK 0.49 0.74 0 0.56
HSL 260.24º 0.59% 0.28% -
HSV(B) 260.24º 0.74% 0.44% -
XYZ 5.05 2.92 15.63 -
YUV 46.83 164.78 135.25 -
System Red Green Blue C M Y K H S L
Decimal 57 29 112 0.49 0.74 0 0.56 260.24 0.59 0.28
Hex 39 1D 70 31 4A 0 38 104 3B 1C
Octal 71 35 160 61 112 0 70 404 73 34
Binary 111001 11101 1110000 110001 1001010 0 111000 100000100 111011 11100

Color Harmonies of #391D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391D70

Black with #391D70

Text Example


Text Example

White with #391D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391D70; }

 p { color: rgb(57,29,112); }

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

background-color css

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

 a { background-color: rgb(57,29,112); }

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

border-color css

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

 span { border-color: rgb(57,29,112); }

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