Html Css Color HEX #3F335E Jacarta

📋 copy color: '#3F335E'

red 63 ◦ green 51 ◦ blue 94

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

Shades of Jacarta #3F335E

Tints of Jacarta #3F335E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.52%

 BLUE value IS 94 (37.11% from 255) = 45.19%

R = 30.29%
G = 24.52%
B = 45.19%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3F335E (or 0x3F335E) is known color: Jacarta. HEX triplet: 3F, 33 and 5E. RGB value is (63,51,94). Sum of RGB (Red+Green+Blue) = 63+51+94=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 94 - color contains mainly: blue. Hex color #3F335E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F335E is #C0CCA1. Grayscale: #3B3B3B. Windows color (decimal): -12635298 or 6173503. OLE color: 6173503.

HSL color Cylindrical-coordinate representation of color #3F335E: hue angle of 256.74º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F335E is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 63 51 94 -
CMYK 0.33 0.46 0 0.63
HSL 256.74º 0.3% 0.28% -
HSV(B) 256.74º 0.46% 0.37% -
XYZ 5.25 4.23 11.13 -
YUV 59.49 147.48 130.5 -
System Red Green Blue C M Y K H S L
Decimal 63 51 94 0.33 0.46 0 0.63 256.74 0.3 0.28
Hex 3F 33 5E 21 2E 0 3F 101 1E 1C
Octal 77 63 136 41 56 0 77 401 36 34
Binary 111111 110011 1011110 100001 101110 0 111111 100000001 11110 11100

Color Harmonies of #3F335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F335E

Black with #3F335E

Text Example


Text Example

White with #3F335E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,51,94); }

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

background-color css

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

 a { background-color: rgb(63,51,94); }

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

border-color css

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

 span { border-color: rgb(63,51,94); }

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