Html Css Color HEX #3F2663 Christalle

📋 copy color: '#3F2663'

red 63 ◦ green 38 ◦ blue 99

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

Shades of Christalle #3F2663

Tints of Christalle #3F2663

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19%

 BLUE value IS 99 (39.06% from 255) = 49.5%

R = 31.5%
G = 19%
B = 49.5%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3F2663 (or 0x3F2663) is known color: Christalle. HEX triplet: 3F, 26 and 63. RGB value is (63,38,99). Sum of RGB (Red+Green+Blue) = 63+38+99=200 (26% of max value = 765). Red value is 63 (25% from 255 or 31.5% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #3F2663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2663 is #C0D99C. Grayscale: #343434. Windows color (decimal): -12638621 or 6497855. OLE color: 6497855.

HSL color Cylindrical-coordinate representation of color #3F2663: hue angle of 264.59º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F2663 is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 63 38 99 -
CMYK 0.36 0.62 0 0.61
HSL 264.59º 0.45% 0.27% -
HSV(B) 264.59º 0.62% 0.39% -
XYZ 5 3.34 12.19 -
YUV 52.43 154.28 135.54 -
System Red Green Blue C M Y K H S L
Decimal 63 38 99 0.36 0.62 0 0.61 264.59 0.45 0.27
Hex 3F 26 63 24 3E 0 3D 109 2D 1B
Octal 77 46 143 44 76 0 75 411 55 33
Binary 111111 100110 1100011 100100 111110 0 111101 100001001 101101 11011

Color Harmonies of #3F2663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2663

Black with #3F2663

Text Example


Text Example

White with #3F2663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,38,99); }

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

background-color css

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

 a { background-color: rgb(63,38,99); }

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

border-color css

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

 span { border-color: rgb(63,38,99); }

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