Html Css Color HEX #39095F Christalle

📋 copy color: '#39095F'

red 57 ◦ green 9 ◦ blue 95

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

Shades of Christalle #39095F

Tints of Christalle #39095F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 59.01%

R = 35.4%
G = 5.59%
B = 59.01%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#39095F (or 0x39095F) is known color: Christalle. HEX triplet: 39, 09 and 5F. RGB value is (57,9,95). Sum of RGB (Red+Green+Blue) = 57+9+95=161 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.40% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 95 (37.5% from 255 or 59.01% from 161); Max value from RGB is 95 - color contains mainly: blue. Hex color #39095F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39095F is #C6F6A0. Grayscale: #202020. Windows color (decimal): -13039265 or 6228281. OLE color: 6228281.

HSL color Cylindrical-coordinate representation of color #39095F: hue angle of 273.49º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #39095F is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 57 9 95 -
CMYK 0.40 0.91 0 0.63
HSL 273.49º 0.83% 0.2% -
HSV(B) 273.49º 0.91% 0.37% -
XYZ 3.85 1.89 10.99 -
YUV 33.16 162.9 145.01 -
System Red Green Blue C M Y K H S L
Decimal 57 9 95 0.40 0.91 0 0.63 273.49 0.83 0.2
Hex 39 9 5F 28 5B 0 3F 111 53 14
Octal 71 11 137 50 133 0 77 421 123 24
Binary 111001 1001 1011111 101000 1011011 0 111111 100010001 1010011 10100

Color Harmonies of #39095F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39095F

Black with #39095F

Text Example


Text Example

White with #39095F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39095F; }

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

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

background-color css

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

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

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

border-color css

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

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

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