Html Css Color HEX #3F075D Christalle

📋 copy color: '#3F075D'

red 63 ◦ green 7 ◦ blue 93

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

Shades of Christalle #3F075D

Tints of Christalle #3F075D

RGB

 RED value IS 63 (25% from 255) = 38.65%

 GREEN value IS 7 (3.13% from 255) = 4.29%

 BLUE value IS 93 (36.72% from 255) = 57.06%

R = 38.65%
G = 4.29%
B = 57.06%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3F075D (or 0x3F075D) is known color: Christalle. HEX triplet: 3F, 07 and 5D. RGB value is (63,7,93). Sum of RGB (Red+Green+Blue) = 63+7+93=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F075D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F075D is #C0F8A2. Grayscale: #212121. Windows color (decimal): -12646563 or 6096703. OLE color: 6096703.

HSL color Cylindrical-coordinate representation of color #3F075D: hue angle of 279.07º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F075D is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 63 7 93 -
CMYK 0.32 0.92 0 0.64
HSL 279.07º 0.86% 0.2% -
HSV(B) 279.07º 0.92% 0.36% -
XYZ 4.1 2 10.53 -
YUV 33.55 161.55 149.01 -
System Red Green Blue C M Y K H S L
Decimal 63 7 93 0.32 0.92 0 0.64 279.07 0.86 0.2
Hex 3F 7 5D 20 5C 0 40 117 56 14
Octal 77 7 135 40 134 0 100 427 126 24
Binary 111111 111 1011101 100000 1011100 0 1000000 100010111 1010110 10100

Color Harmonies of #3F075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F075D

Black with #3F075D

Text Example


Text Example

White with #3F075D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F075D; }

 p { color: rgb(63,7,93); }

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

background-color css

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

 a { background-color: rgb(63,7,93); }

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

border-color css

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

 span { border-color: rgb(63,7,93); }

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