Html Css Color HEX #3F065D Christalle

📋 copy color: '#3F065D'

red 63 ◦ green 6 ◦ blue 93

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

Shades of Christalle #3F065D

Tints of Christalle #3F065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.7%

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

R = 38.89%
G = 3.7%
B = 57.41%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3F065D (or 0x3F065D) is known color: Christalle. HEX triplet: 3F, 06 and 5D. RGB value is (63,6,93). Sum of RGB (Red+Green+Blue) = 63+6+93=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 93 (36.72% from 255 or 57.41% from 162); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F065D is #C0F9A2. Grayscale: #202020. Windows color (decimal): -12646819 or 6096447. OLE color: 6096447.

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

Color convert

RGB 63 6 93 -
CMYK 0.32 0.94 0 0.64
HSL 279.31º 0.88% 0.19% -
HSV(B) 279.31º 0.94% 0.36% -
XYZ 4.09 1.98 10.52 -
YUV 32.96 161.88 149.43 -
System Red Green Blue C M Y K H S L
Decimal 63 6 93 0.32 0.94 0 0.64 279.31 0.88 0.19
Hex 3F 6 5D 20 5E 0 40 117 58 13
Octal 77 6 135 40 136 0 100 427 130 23
Binary 111111 110 1011101 100000 1011110 0 1000000 100010111 1011000 10011

Color Harmonies of #3F065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F065D

Black with #3F065D

Text Example


Text Example

White with #3F065D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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