Html Css Color HEX #39005F Christalle

📋 copy color: '#39005F'

red 57 ◦ green 0 ◦ blue 95

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

Shades of Christalle #39005F

Tints of Christalle #39005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 37.5%
G = 0%
B = 62.5%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#39005F (or 0x39005F) is known color: Christalle. HEX triplet: 39, 00 and 5F. RGB value is (57,0,95). Sum of RGB (Red+Green+Blue) = 57+0+95=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 95 (37.5% from 255 or 62.5% from 152); Max value from RGB is 95 - color contains mainly: blue. Hex color #39005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39005F is #C6FFA0. Grayscale: #1B1B1B. Windows color (decimal): -13041569 or 6225977. OLE color: 6225977.

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

Color convert

RGB 57 0 95 -
CMYK 0.40 1 0 0.63
HSL 276º 1% 0.19% -
HSV(B) 276º 1% 0.37% -
XYZ 3.75 1.7 10.96 -
YUV 27.87 165.88 148.78 -
System Red Green Blue C M Y K H S L
Decimal 57 0 95 0.40 1 0 0.63 276 1 0.19
Hex 39 0 5F 28 64 0 3F 114 64 13
Octal 71 0 137 50 144 0 77 424 144 23
Binary 111001 0 1011111 101000 1100100 0 111111 100010100 1100100 10011

Color Harmonies of #39005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39005F

Black with #39005F

Text Example


Text Example

White with #39005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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